You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
562 B
16 lines
562 B
TERMUX_PKG_VERSION=6.0
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_HOMEPAGE=http://www.info-zip.org/
|
|
TERMUX_PKG_DESCRIPTION="Tools for working with zip files"
|
|
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/infozip/unzip60.tar.gz
|
|
TERMUX_PKG_SHA256=036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37
|
|
TERMUX_PKG_DEPENDS="libandroid-support"
|
|
TERMUX_PKG_BUILD_IN_SRC=yes
|
|
|
|
termux_step_configure () {
|
|
cp unix/Makefile Makefile
|
|
}
|
|
|
|
termux_step_make () {
|
|
LD="$CC $LDFLAGS" CC="$CC $CFLAGS $CPPFLAGS $LDFLAGS -DNO_LCHMOD" make -j $TERMUX_MAKE_PROCESSES generic
|
|
}
|
|
|