diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-06-15 19:59:45 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-06-15 19:59:45 +0000 |
commit | 3db35b034a6611e8c6c3968eb65b3b40af976975 (patch) | |
tree | 12d1254ecbc09846f6c4c845acf61610d73a1354 /gnome | |
parent | 18a91696a4da9d9620dc63a3a35c0d976eb2e202 (diff) |
another package compiles
BKrev: 40cf5531ZZyivhsL26co8N5d9grdsw
Diffstat (limited to 'gnome')
-rw-r--r-- | gnome/gnome-keyring_0.2.1.oe | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnome/gnome-keyring_0.2.1.oe b/gnome/gnome-keyring_0.2.1.oe index e69de29bb2..dd491be9c0 100644 --- a/gnome/gnome-keyring_0.2.1.oe +++ b/gnome/gnome-keyring_0.2.1.oe @@ -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} +} |