1
0
forked from ports/opt

lunzip: initial release. 1.9

This commit is contained in:
Fredrik Rinnestam 2017-10-27 19:27:12 +02:00
parent ffdf8d842b
commit 14502c0169
4 changed files with 30 additions and 0 deletions

7
lunzip/.footprint Normal file
View File

@ -0,0 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/lunzip
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/lunzip.1.gz

1
lunzip/.md5sum Normal file
View File

@ -0,0 +1 @@
75d3412fe3f28b059c9f83dfd10227f8 lunzip-1.9.tar.gz

5
lunzip/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/YK308O7qpKXdZWfaAkPPIgF3ZcldatYjZy9u0mYFZ2UH65BMXCyAHFdMU+5BI0qZY6od/EijCPkuuSFisGrxA0=
SHA256 (Pkgfile) = 7fbf3ca3557c1408169bbb29b4b868d13fb3f34bbda868ce69f3e20f8bc74b89
SHA256 (.footprint) = 7d1aa9b7a30315eff5a7efe06fa73cb68126b976f5f5de6866d920d06a0d578d
SHA256 (lunzip-1.9.tar.gz) = 58bcfb3006952753b82e2ae1d77307c3a47e5779dfd183d3c2e11b73596aa3ab

17
lunzip/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Decompressor for lzip files
# URL: http://lzip.nongnu.org/lunzip.html
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on:
name=lunzip
version=1.9
release=1
source=(http://download.savannah.gnu.org/releases/lzip/lunzip/lunzip-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}