diff options
Diffstat (limited to 'xau')
-rw-r--r-- | xau/xau-cvs.oe | 20 | ||||
-rw-r--r-- | xau/xau_cvs.oe | 0 |
2 files changed, 0 insertions, 20 deletions
diff --git a/xau/xau-cvs.oe b/xau/xau-cvs.oe deleted file mode 100644 index 86abe143a8..0000000000 --- a/xau/xau-cvs.oe +++ /dev/null @@ -1,20 +0,0 @@ -PV = "0.0cvs${CVSDATE}" -SECTION = "libs" -PRIORITY = "optional" -MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "xproto" -PROVIDES = "xau" -DESCRIPTION = "Authorization Protocol for X." - -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xau" -S = "${WORKDIR}/Xau" - -inherit autotools pkgconfig - -do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} -} diff --git a/xau/xau_cvs.oe b/xau/xau_cvs.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/xau/xau_cvs.oe |