mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
zip: enable bzip2 support, specify target cpp
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
cd $BUILD/$1*
|
||||
|
||||
make CC=$TARGET_CC \
|
||||
CPP=${TARGET_PREFIX}cpp \
|
||||
RANLIB=$TARGET_RANLIB \
|
||||
AR=$TARGET_AR \
|
||||
STRIP=$TARGET_STRIP \
|
||||
|
||||
@@ -25,8 +25,8 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="Info-ZIP"
|
||||
PKG_SITE="http://www.info-zip.org/pub/infozip/"
|
||||
PKG_URL="$SOURCEFORGE_SRC/infozip/Zip%203.x%20%28latest%29/3.0/${PKG_NAME}${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="toolchain"
|
||||
PKG_DEPENDS="bzip2"
|
||||
PKG_BUILD_DEPENDS="toolchain bzip2"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="compress"
|
||||
PKG_SHORTDESC="zip: PKUNZIP compatible compression utility"
|
||||
|
||||
Reference in New Issue
Block a user