lunzip: dropped unmaintained port

This commit is contained in:
Tim Biermann 2021-08-22 18:40:17 +02:00
parent de6ec72303
commit 6101531a67
3 changed files with 0 additions and 29 deletions

View File

@ -1,7 +0,0 @@
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

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Tiosgaix5yD4LhhMvdcuKiItgsGZzK4UHbTkPQlbGczTIihvOllTn88V85Bpc3GptHJzAjvK2udl6TItCCJiQQ=
SHA256 (Pkgfile) = 00fd328d4e40cc0a2c3e3cccd56d2ca86fe1816fe8351e09c216c6078d7582bf
SHA256 (.footprint) = 7d1aa9b7a30315eff5a7efe06fa73cb68126b976f5f5de6866d920d06a0d578d
SHA256 (lunzip-1.12.tar.gz) = e55b4aaac5666b6ccad8459e52f8adb6869ce259f686e960129ae1e1bdf52ad2

View File

@ -1,17 +0,0 @@
# 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.12
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
}