granule: unify, add CVS bb file
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 21 Dec 2006 03:13:15 +0000 (03:13 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 21 Dec 2006 03:13:15 +0000 (03:13 +0000)
packages/granule/granule.inc [new file with mode: 0644]
packages/granule/granule_1.2.2.bb
packages/granule/granule_cvs.bb [new file with mode: 0644]

diff --git a/packages/granule/granule.inc b/packages/granule/granule.inc
new file mode 100644 (file)
index 0000000..7f211b3
--- /dev/null
@@ -0,0 +1,9 @@
+DESCRIPTION = "Generic memory training with flash cards.  Automatic scheduling algorithm."
+AUTHOR = "Vladislav Grinchenko <vlg@users.sourceforge.net>"
+HOMEPAGE = "http://granule.sf.net"
+SECTION = "x11/apps"
+PRIORITY = "optional"
+LICENSE = "GPLv2"
+DEPENDS = "glib-2.0-native intltool-native gtkmm libxml2 libassa"
+
+inherit autotools pkgconfig
index 95f440c..8e68118 100644 (file)
@@ -1,12 +1,4 @@
-DESCRIPTION = "Generic memory training with flash cards.  Automatic scheduling algorithm."
-AUTHOR = "Vladislav Grinchenko <vlg@users.sourceforge.net>"
-HOMEPAGE = "http://granule.sf.net"
-SECTION = "x11/apps"
-PRIORITY = "optional"
-LICENSE = "GPLv2"
-DEPENDS = "glib-2.0-native intltool-native gtkmm libxml2 libassa"
-PR = "r0"
+require granule.inc
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz"
 
-inherit autotools pkgconfig
diff --git a/packages/granule/granule_cvs.bb b/packages/granule/granule_cvs.bb
new file mode 100644 (file)
index 0000000..f4da91f
--- /dev/null
@@ -0,0 +1,17 @@
+require granule.inc
+
+PV = "1.2.4+cvs${SRCDATE}"
+
+EXTRA_OECONF_append_h3600 = " --enable-pda=yes "
+EXTRA_OECONF_append_h3900 = " --enable-pda=yes "
+EXTRA_OECONF_append_h2200 = " --enable-pda=yes "
+EXTRA_OECONF_append_h4000 = " --enable-pda=yes "
+EXTRA_OECONF_append_collie = " --enable-pda=yes "
+EXTRA_OECONF_append_poodle = " --enable-pda=yes "
+EXTRA_OECONF_append_mnci = " --enable-pda=yes "
+EXTRA_OECONF_append_integral13 = " --enable-pda=yes "
+
+SRC_URI = "cvs://anonymous@granule.cvs.sourceforge.net/cvsroot/granule;method=pserver;module=granule"
+
+S = "${WORKDIR}/granule"
+