patool: fix redundant dependency

This commit is contained in:
Tim Biermann 2019-08-07 22:20:17 +00:00
parent 18eff21468
commit e36c2980b1
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 17 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+yMhDzMd+/16rYBKuanxJU/gWu3R4Vr8Oy1Eog8WAeAKjURpeCgdFPkV0e3lYfYoBsmnjsrrS6/sprfMa40zAE=
SHA256 (Pkgfile) = 97f69603c6b6cdb0b6e8bc1e9ab621bcdb6ed472e342bd54ac557326ec17f1e7
RWSagIOpLGJF3zakaBEQpHrFOSGqm22nk5S0pyOve16BmyYMFO5C6zMWMIuq3Dr1wQLMrM7hThHLv7x6xMwhxbSaZL2hJGXXeww=
SHA256 (Pkgfile) = 01f284824f96f02888e7ea3cc206dfa91d244b11b8e211c842242620a125326f
SHA256 (.footprint) = e3bc7d4e1882587a663745f20f773c0a4ea7a2f18a4afb57590dcb989c759b8d
SHA256 (patool-1.12.tar.gz) = 582fd4b87c263325958c1550400504799018c88bc3444f249bba304ae1747f1f

View File

@ -1,7 +1,7 @@
# Description: patool is a portable command line archive file manager
# URL: https://github.com/wummel/patool
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3 python3-setuptools
# Depends on: python3-setuptools
name=patool
version=1.12

14
patool/Pkgfile.orig Normal file
View File

@ -0,0 +1,14 @@
# Description: patool is a portable command line archive file manager
# URL: https://github.com/wummel/patool
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3 python3-setuptools
name=patool
version=1.12
release=2
source=(https://github.com/wummel/patool/archive/upstream/$version/$name-$version.tar.gz)
build() {
cd $name-upstream-$version
python3 setup.py install --root=$PKG --prefix=/usr --optimize=1
}