ports/opt (3.3): lunzip: initial release. 1.9
commit 14502c0169becf185f09c86e6159a3a7a17ddb7d Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Fri Oct 27 19:27:12 2017 +0200 lunzip: initial release. 1.9 diff --git a/lunzip/.footprint b/lunzip/.footprint new file mode 100644 index 000000000..61ee3f8f6 --- /dev/null +++ b/lunzip/.footprint @@ -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 diff --git a/lunzip/.md5sum b/lunzip/.md5sum new file mode 100644 index 000000000..d58015867 --- /dev/null +++ b/lunzip/.md5sum @@ -0,0 +1 @@ +75d3412fe3f28b059c9f83dfd10227f8 lunzip-1.9.tar.gz diff --git a/lunzip/.signature b/lunzip/.signature new file mode 100644 index 000000000..a9f7871d1 --- /dev/null +++ b/lunzip/.signature @@ -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 diff --git a/lunzip/Pkgfile b/lunzip/Pkgfile new file mode 100644 index 000000000..0899ee38f --- /dev/null +++ b/lunzip/Pkgfile @@ -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 +}
participants (1)
-
crux@crux.nu