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:
7155287
)
Fix the build of unzip-5.52 (wrong S directory)
author
John Bowler
<jbowler@nslu2-linux.org>
Mon, 30 May 2005 05:26:53 +0000
(
05:26
+0000)
committer
John Bowler
<jbowler@nslu2-linux.org>
Mon, 30 May 2005 05:26:53 +0000
(
05:26
+0000)
BKrev: 429aa41duCSO1iQm4Oin9_4gWPIR3A
packages/unzip/unzip_552.bb
patch
|
blob
|
history
diff --git
a/packages/unzip/unzip_552.bb
b/packages/unzip/unzip_552.bb
index
e69de29
..
c873d73
100644
(file)
--- a/
packages/unzip/unzip_552.bb
+++ b/
packages/unzip/unzip_552.bb
@@
-0,0
+1,16
@@
+DESCRIPTION = "A (de)compression library for the ZIP format"
+SECTION = "console/utils"
+LICENSE = "Info-ZIP"
+
+SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/unzip${PV}.tar.gz"
+S = "${WORKDIR}/unzip-5.52"
+
+do_compile() {
+ make -f unix/Makefile generic
+}
+
+do_install() {
+ make -f unix/Makefile install prefix=${D}${prefix}
+}
+
+