into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/29 10:54:37+02:00 uni-frankfurt.de!mickeyl
move unzip(-native) to 552, add DESCRIPTION
BKrev: 42998df9Qf0C3wf3zO24LokQFxGwHQ
FEED_URIS += " \
upgrades##http://openzaurus.org/official/unstable/3.5.3/upgrades/ \
+ machine##http://openzaurus.org/opfficial/unstable/3.5.3/feed/machine/${MACHINE} \
base##http://openzaurus.org/official/unstable/3.5.3/feed/base/ \
libs##http://openzaurus.org/official/unstable/3.5.3/feed/libs/ \
console##http://openzaurus.org/official/unstable/3.5.3/feed/console \
+++ /dev/null
-SECTION = "console/utils"
-SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/unzip${PV}.tar.gz"
-S = "${WORKDIR}/unzip-5.51"
-
-LICENSE = "Info-ZIP"
-
-do_compile() {
- make -f unix/Makefile generic
-}
-
-do_install() {
- make -f unix/Makefile install prefix=${D}${prefix}
-}
-
-