libtasn1: adopted port
This commit is contained in:
parent
8825bd22a5
commit
8cca5d61e7
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/T7HC/sXoVS1n2m7amLpcgt3BjzTgOA4lLxPj8XX4bx0W5J2FVnlP4A6JM/uw8RV7nUlwEjhci24x+lKgmey/ww=
|
||||
SHA256 (Pkgfile) = 610ba0591cd2f6943c6229a04f95c3336e8be46d2c5755110f2d0436c680bdd0
|
||||
RWSE3ohX2g5d/bBV4kB8yds9nLNaCGVR7GZIOHLUpC6+peFxDQl3LKnuE2EsTFvct53m8ZAu5eZI1S/Ob7URW/OAZI1bL1tlCQk=
|
||||
SHA256 (Pkgfile) = c913e92cc3d77453251c6a76c6054e89218dc6007608884644dbf1fa744f3e83
|
||||
SHA256 (.footprint) = a0ff6a25328681826a5f88c1f5f1d9a0f4b9c76ec773cbd489e2816ba7fcfb59
|
||||
SHA256 (libtasn1-4.19.0.tar.gz) = 1613f0ac1cf484d6ec0ce3b8c06d56263cc7242f1c23b30d82d23de345a63f7a
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Description: The ASN.1 library used by GnuTLS and others
|
||||
# URL: https://www.gnu.org/software/libtasn1/
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
|
||||
name=libtasn1
|
||||
version=4.19.0
|
||||
@ -8,12 +8,12 @@ release=1
|
||||
source=(https://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/share/info
|
||||
rm -r $PKG/usr/share/info
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user