summaryrefslogtreecommitdiff
path: root/packages/maemo/xpext_1.0-5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/maemo/xpext_1.0-5.bb')
-rw-r--r--packages/maemo/xpext_1.0-5.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/maemo/xpext_1.0-5.bb b/packages/maemo/xpext_1.0-5.bb
deleted file mode 100644
index 71fcad27cf..0000000000
--- a/packages/maemo/xpext_1.0-5.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-PR = "r1"
-LICENSE= "MIT"
-DESCRIPTION = "X Server Nokia 770 extensions library"
-SECTION = "x11/libs"
-PRIORITY = "optional"
-DEPENDS = "virtual/libx11 libxext"
-
-SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/${PN}/${PN}_${PV}.tar.gz \
- file://auxdir.patch;patch=1;pnum=0"
-S = "${WORKDIR}/xpext-1.0"
-
-inherit autotools pkgconfig
-
-do_configure_prepend () {
- cd ${S}
- chmod +x ./autogen.sh
- ./autogen.sh
-}
-
-do_stage() {
- autotools_stage_all
-}