another package compiles
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 15 Jun 2004 19:59:45 +0000 (19:59 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 15 Jun 2004 19:59:45 +0000 (19:59 +0000)
BKrev: 40cf5531ZZyivhsL26co8N5d9grdsw

gnome/gnome-keyring_0.2.1.oe

index e69de29..dd491be 100644 (file)
@@ -0,0 +1,19 @@
+SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/0.2/${PN}-${PV}.tar.bz2"
+
+inherit autotools libtool pkgconfig
+
+DEPENDS = ""
+
+EXTRA_OECONF = "--disable-gtk-doc"
+
+HEADERS = " \
+gnome-keyring.h \
+"
+
+do_stage() {
+       install -d ${STAGING_INCDIR}/gnome-keyring-1
+       for i in ${HEADERS}; do
+               install -m 0644 $i ${STAGING_INCDIR}/gnome-keyring-1/$i
+       done
+       oe_libinstall -so libgnome-keyring ${STAGING_LIBDIR}
+}