gobby: add gobby + supportlibs
authorPatrick Steiner <law@a1.net>
Mon, 28 Aug 2006 20:56:11 +0000 (20:56 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 28 Aug 2006 20:56:11 +0000 (20:56 +0000)
packages/gobby/gobby_0.4.1.bb [new file with mode: 0644]
packages/gobby/gtksourceview_1.7.2.bb [new file with mode: 0644]
packages/gobby/libxml++_2.14.0.bb [new file with mode: 0644]
packages/gobby/net6_1.2.2.bb
packages/gobby/net6_1.3.1.bb [new file with mode: 0644]
packages/gobby/obby_0.4.1.bb [new file with mode: 0644]

diff --git a/packages/gobby/gobby_0.4.1.bb b/packages/gobby/gobby_0.4.1.bb
new file mode 100644 (file)
index 0000000..8b7ccad
--- /dev/null
@@ -0,0 +1,8 @@
+LICENSE = "LGPL"
+HOMEPAGE = "http://darcs.0x539.de/trac/obby/cgi-bin/trac.cgi/wiki/"
+MAINTAINER = "Patrick Steiner <patrick.steiner@a1.net>"
+
+DEPENDS = "net6 gtkmm obby gtksourceview libxml++"
+inherit autotools pkgconfig
+
+SRC_URI = "http://releases.0x539.de/gobby/gobby-${PV}.tar.gz"
diff --git a/packages/gobby/gtksourceview_1.7.2.bb b/packages/gobby/gtksourceview_1.7.2.bb
new file mode 100644 (file)
index 0000000..084af17
--- /dev/null
@@ -0,0 +1,10 @@
+LICENSE = "GPL"
+MAINTAINER = "Patrick Steiner <patrick.steiner@a1.net>"
+
+DEPENDS = "gtk+ libgnomeprint"
+
+inherit gnome pkgconfig
+
+do_stage() {
+autotools_stage_all
+}
diff --git a/packages/gobby/libxml++_2.14.0.bb b/packages/gobby/libxml++_2.14.0.bb
new file mode 100644 (file)
index 0000000..6eb296c
--- /dev/null
@@ -0,0 +1,10 @@
+LICENSE = "GPL"
+MAINTAINER = "Patrick Steiner <patrick.steiner@a1.net>"
+
+DEPENDS = "gtk+"
+
+inherit gnome pkgconfig
+
+do_stage() {
+autotools_stage_all
+}
index daa7e9b..f9154fc 100644 (file)
@@ -7,4 +7,10 @@ inherit autotools pkgconfig
 
 SRC_URI = "http://releases.0x539.de/${PN}/${P}.tar.gz"
 
-
+do_stage() {
+    autotools_stage_all
+    install -d ${STAGING_LIBDIR}
+    install -d ${STAGING_INCDIR}/net6
+    install -m 644 inc/*.hpp ${STAGING_INCDIR}/net6
+    install -m 755 .libs/*so* ${STAGING_LIBDIR}/
+}
diff --git a/packages/gobby/net6_1.3.1.bb b/packages/gobby/net6_1.3.1.bb
new file mode 100644 (file)
index 0000000..3bcf881
--- /dev/null
@@ -0,0 +1,15 @@
+LICENSE = "LGPL"
+HOMEPAGE = "http://darcs.0x539.de/trac/obby/cgi-bin/trac.cgi/wiki/"
+MAINTAINER = "Koen Kooi <koen@handhelds.org>"
+
+DEPENDS = "libsigc++-2.0 gnutls"
+inherit autotools pkgconfig
+
+SRC_URI = "http://releases.0x539.de/${PN}/${P}.tar.gz"
+
+do_stage() {
+       install -d ${STAGING_LIBDIR}
+       install -d ${STAGING_INCDIR}/net6
+       install -m 644 inc/*.hpp ${STAGING_INCDIR}/net6
+       install -m 755 .libs/*so* ${STAGING_LIBDIR}/
+}
diff --git a/packages/gobby/obby_0.4.1.bb b/packages/gobby/obby_0.4.1.bb
new file mode 100644 (file)
index 0000000..adf3a72
--- /dev/null
@@ -0,0 +1,19 @@
+LICENSE = "LGPL"
+HOMEPAGE = "http://darcs.0x539.de/trac/obby/cgi-bin/trac.cgi/wiki/"
+MAINTAINER = "Patrick Steiner <patrick.steiner@a1.net>"
+
+DEPENDS = "net6 gtkmm gmp"
+inherit autotools pkgconfig
+
+SRC_URI = "http://releases.0x539.de/obby/obby-${PV}.tar.gz"
+
+EXTRA_OECONF += " --with-libgmp-prefix=${STAGING_LIBDIR}"
+
+do_stage() {
+       install -d ${STAGING_LIBDIR}
+       install -d ${STAGING_INCDIR}/obby
+       install -d ${STAGING_INCDIR}/obby/serialise
+       install -m 644 inc/*.hpp ${STAGING_INCDIR}/obby
+       install -m 644 inc/serialise/*.hpp ${STAGING_INCDIR}/obby/serialise
+       install -m 755 src/.libs/*so* ${STAGING_LIBDIR}/
+}