popt: new maintainer

This commit is contained in:
Juergen Daubert 2021-01-27 12:58:57 +01:00
parent bb855f04ad
commit cd7926dc1a
2 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/c2Zm2Pw2vBxeS4xKAxXVVPsQS8RmlKCefToGpmxDIYk6AOWY2IQuHlJuu8B83NYHR/WxdyBV2C340XT/WLKWAA=
SHA256 (Pkgfile) = 83418fe1294601fd68e80ae49210e055700e531b498326557df5846fdb74ebc1
RWSE3ohX2g5d/bPC/H9jcs3OGjN9fbZ4wDdoWjGYAbrGe6PJZbPUSghblm9ge1bhdeIna9X4QAUXg3g3RuO2wV5ho8JK2aoq3Qw=
SHA256 (Pkgfile) = 04b16180a2afd65ac295c44a9382a5175e533f65de56095d21c209a5a5215f00
SHA256 (.footprint) = baca64d12d367ef947bec2993096d3676c86bdeb800d9057109e02f84ace01f0
SHA256 (popt-1.18.tar.gz) = 5159bc03a20b28ce363aa96765f37df99ea4d8850b1ece17d1e6ad5c24fdc5d1

View File

@ -1,7 +1,7 @@
# Description: commandline option parser
# URL: https://github.com/rpm-software-management/popt
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: gettext
# Description: commandline option parser
# URL: https://github.com/rpm-software-management/popt
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: gettext
name=popt
version=1.18
@ -9,8 +9,8 @@ release=1
source=(http://ftp.rpm.org/popt/releases/popt-1.x/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
}