diff options
author | Juergen Daubert <jue@jue.li> | 2021-01-27 12:58:57 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2021-01-27 12:58:57 +0100 |
commit | cd7926dc1ace4092eba7be80859f7c3d22474638 (patch) | |
tree | 65cd7bcf50829e74e5bbf674a55566989e2ed9a5 /popt | |
parent | bb855f04ad7b19744307bed50eabb106e7d8cdcc (diff) | |
download | opt-cd7926dc1ace4092eba7be80859f7c3d22474638.tar.gz opt-cd7926dc1ace4092eba7be80859f7c3d22474638.tar.xz |
popt: new maintainer
Diffstat (limited to 'popt')
-rw-r--r-- | popt/.signature | 4 | ||||
-rw-r--r-- | popt/Pkgfile | 16 |
2 files changed, 10 insertions, 10 deletions
diff --git a/popt/.signature b/popt/.signature index 8b936b371..33ceab1e1 100644 --- a/popt/.signature +++ b/popt/.signature @@ -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 diff --git a/popt/Pkgfile b/popt/Pkgfile index 0ce624e4b..33ac79f2f 100644 --- a/popt/Pkgfile +++ b/popt/Pkgfile @@ -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 } |