summaryrefslogtreecommitdiff
path: root/packages/gnome/gnome-keyring_0.2.1.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-01-23 13:04:36 +0000
committerMichael Lauer <mickey@vanille-media.de>2005-01-23 13:04:36 +0000
commit1ff63759466fe74afe78a9c25a5f0eddc9427f73 (patch)
treec2eb8394817a682e6883eaaed62d19ff3139017c /packages/gnome/gnome-keyring_0.2.1.bb
parent3eeb3cc8e42f90464cf5e7c87010fc016b6270af (diff)
remove errornous references to libtool class. patch courtesy Marc Singer
BKrev: 41f3a0e4EiUIg4lpy9yKpp_SK0vy8Q
Diffstat (limited to 'packages/gnome/gnome-keyring_0.2.1.bb')
-rw-r--r--packages/gnome/gnome-keyring_0.2.1.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/gnome/gnome-keyring_0.2.1.bb b/packages/gnome/gnome-keyring_0.2.1.bb
index e69de29bb2..c40ba36cfb 100644
--- a/packages/gnome/gnome-keyring_0.2.1.bb
+++ b/packages/gnome/gnome-keyring_0.2.1.bb
@@ -0,0 +1,21 @@
+LICENSE = GPL
+SECTION = "x11/gnome"
+SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/0.2/${PN}-${PV}.tar.bz2"
+
+inherit autotools 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}
+}