summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-07-19 11:50:38 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-07-19 11:50:38 +0000
commitaaa275eba7acb6b6c119ad0ac2b418aa630f3b3f (patch)
treeb0bd1b5335e8ad72f63e7d7a30e5ed375b24ffa1
parentbecc824bb0ba18095a81ec235ae6fcdb0040e722 (diff)
I swear - next time will triplecheck packages repo before adding new package.
BKrev: 40fbb58ez3ePdeTe3HSm7eYaledGfA
-rw-r--r--tonleiter/tonleiter_cvs.oe23
1 files changed, 0 insertions, 23 deletions
diff --git a/tonleiter/tonleiter_cvs.oe b/tonleiter/tonleiter_cvs.oe
deleted file mode 100644
index 9dfa3f863e..0000000000
--- a/tonleiter/tonleiter_cvs.oe
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "Music scales for string instruments"
-SECTION = "opie/multimedia"
-PRIORITY = "optional"
-LICENSE = "GPL"
-DEPENDS = "virtual/libqpe"
-PV = "1.1.5-cvs-${CVSDATE}"
-APPNAME = "tonleiter"
-APPTYPE = "binary"
-
-SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/multimedia/tonleiter;date=${CVSDATE} \
- cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics;date=${CVSDATE} \
- cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps;date=${CVSDATE}"
-
-S = "${WORKDIR}/${APPNAME}"
-
-inherit opie
-
-# FILES bin/tonleiter pics/tonleiter apps/Applications/tonleiter.desktop
-do_install() {
- install -d ${D}${palmtopdir}/pics/${APPNAME}/
- install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
-}
-