mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
unzip: drop package
This commit is contained in:
parent
54a2f66da6
commit
4aba62ccfe
@ -1,23 +0,0 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||
|
||||
PKG_NAME="unzip"
|
||||
PKG_VERSION="60"
|
||||
PKG_SHA256="036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="http://www.info-zip.org/pub/infozip/"
|
||||
PKG_URL="http://ftp.uk.i-scream.org/sites/www.ibiblio.org/gentoo/distfiles/$PKG_NAME$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_LONGDESC="UnZip is an extraction utility for archives compressed in .zip format."
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
make_target() {
|
||||
make CC=$CC RANLIB=$RANLIB AR=$AR STRIP=$STRIP \
|
||||
-f unix/Makefile generic LOCAL_UNZIP="$CFLAGS"
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp unzip $INSTALL/usr/bin
|
||||
$STRIP $INSTALL/usr/bin/unzip
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user