git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1898998
)
Add libungif to staging. Courtesy of lardman.
author
Matthias Hentges
<oe@hentges.net>
Tue, 7 Dec 2004 12:06:35 +0000
(12:06 +0000)
committer
Matthias Hentges
<oe@hentges.net>
Tue, 7 Dec 2004 12:06:35 +0000
(12:06 +0000)
BKrev: 41b59ccbx_-T4slvMrqNioT3cbsfKg
libungif/libungif_4.1.3.oe
patch
|
blob
|
history
diff --git
a/libungif/libungif_4.1.3.oe
b/libungif/libungif_4.1.3.oe
index
e69de29
..
bb1468b
100644
(file)
--- a/
libungif/libungif_4.1.3.oe
+++ b/
libungif/libungif_4.1.3.oe
@@
-0,0
+1,19
@@
+SECTION = "libs"
+DESCRIPTION = "shared library for GIF images"
+SRC_URI = "${SOURCEFORGE_MIRROR}/libungif/libungif-${PV}.tar.bz2"
+
+PR = "r1"
+
+PACKAGES += "${PN}-utils"
+
+FILES_${PN} = "${libdir}"
+FILES_${PN}-utils = "${bindir}"
+
+inherit autotools
+
+do_stage() {
+ oe_libinstall -so -C lib/.libs libungif ${STAGING_LIBDIR}
+
+ install -m 0644 lib/gif_lib.h ${STAGING_INCDIR}/
+
+}