summaryrefslogtreecommitdiff
path: root/panoramixext/panoramixext-cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'panoramixext/panoramixext-cvs.oe')
-rw-r--r--panoramixext/panoramixext-cvs.oe20
1 files changed, 0 insertions, 20 deletions
diff --git a/panoramixext/panoramixext-cvs.oe b/panoramixext/panoramixext-cvs.oe
deleted file mode 100644
index 24adec8752..0000000000
--- a/panoramixext/panoramixext-cvs.oe
+++ /dev/null
@@ -1,20 +0,0 @@
-PV = "0.0cvs${CVSDATE}"
-SECTION = "libs"
-PRIORITY = "optional"
-MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-PROVIDES = "panoramixext"
-DESCRIPTION = "PanoramiX extension headers"
-
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=PanoramiXExt"
-S = "${WORKDIR}/PanoramiXExt"
-
-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_DIR}/man
-}