summaryrefslogtreecommitdiff
path: root/openembedded/packages/maemo/xsp_1.0.0-8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/maemo/xsp_1.0.0-8.bb')
-rw-r--r--openembedded/packages/maemo/xsp_1.0.0-8.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/openembedded/packages/maemo/xsp_1.0.0-8.bb b/openembedded/packages/maemo/xsp_1.0.0-8.bb
deleted file mode 100644
index 068193c6a..000000000
--- a/openembedded/packages/maemo/xsp_1.0.0-8.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-PR = "r0"
-LICENSE= "MIT"
-DESCRIPTION = "X Server Nokia 770 extensions library"
-SECTION = "x11/libs"
-PRIORITY = "optional"
-DEPENDS = "libx11 xextensions libxext xpext"
-
-SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/${PN}_${PV}.tar.gz"
-S = "${WORKDIR}/Xsp"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR} \
- mandir=${STAGING_DATADIR}/man
-}