From ec44b0aa00e72eb7f587cd7a11a843837d881de0 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Wed, 4 Jan 2006 11:53:35 +0000 Subject: [PATCH] cdstatus: Renamed by eFfeM@openembedded.org (missing underscore in filename) --- packages/cdstatus/cdstatus-0.96.05.bb | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 packages/cdstatus/cdstatus-0.96.05.bb diff --git a/packages/cdstatus/cdstatus-0.96.05.bb b/packages/cdstatus/cdstatus-0.96.05.bb deleted file mode 100644 index a2b3a0484a..0000000000 --- a/packages/cdstatus/cdstatus-0.96.05.bb +++ /dev/null @@ -1,23 +0,0 @@ -# cdstatus OE build file - -PR="r1" -LICENSE="GPL" -HOMEPAGE = "http://cdstatus.sourceforge.net/" -FILES_${PN} += ${datadir}/cdstatus.cfg - -SRC_URI="${SOURCEFORGE_MIRROR}/cdstatus/cdstatus-0.96.05.tar.gz \ - file://cdstatus.patch;patch=1" - -S="${WORKDIR}/cdstatus-0.96.05" - -inherit autotools - -do_install() { - install -d 0755 ${D}/${bindir} - install -d 0755 ${D}/${datadir} - install -d 0755 ${D}/${mandir} - install -m 0755 src/cdstatus ${D}/${bindir} - install -m 0644 cdstatus.cfg ${D}/${datadir} - install -m 0644 cdstatus.1 ${D}/${mandir} - -} -- 2.39.5