From: Marcin Juszkiewicz Date: Tue, 15 Jun 2004 19:59:45 +0000 (+0000) Subject: another package compiles X-Git-Tag: Release-2010-05/1~18688 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3db35b034a6611e8c6c3968eb65b3b40af976975;p=openembedded.git another package compiles BKrev: 40cf5531ZZyivhsL26co8N5d9grdsw --- 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} +}