mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
new package: (thanks to Andras)
- add package unzip needed by upcoming SABnzbd plugin
This commit is contained in:
parent
3074d86edb
commit
1a62ec9dca
15
packages/compress/unzip/build
Executable file
15
packages/compress/unzip/build
Executable file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $BUILD/$1*
|
||||
|
||||
make CC=$TARGET_CC \
|
||||
RANLIB=$TARGET_RANLIB \
|
||||
AR=$TARGET_AR \
|
||||
STRIP=$TARGET_STRIP \
|
||||
-f unix/Makefile generic
|
||||
|
||||
|
7
packages/compress/unzip/install
Executable file
7
packages/compress/unzip/install
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $BUILD/$1*/unzip $INSTALL/usr/bin
|
||||
|
1
packages/compress/unzip/url
Normal file
1
packages/compress/unzip/url
Normal file
@ -0,0 +1 @@
|
||||
http://ftp.uk.i-scream.org/sites/www.ibiblio.org/gentoo/distfiles/unzip60.tar.gz
|
Loading…
x
Reference in New Issue
Block a user