libidn2: adopted port
This commit is contained in:
parent
cfa3d3b1d2
commit
9babadb295
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/QyyyjlEi/HYOSWFNuCjW0ixBHu2o0oIOn7xQXQfVFalilCT3jzXC3ZWr6LGELWQwQxXp1hsNpzI4NQIA3sL6Ak=
|
||||
SHA256 (Pkgfile) = cee772f7b7f1a87c345f81a401ccae5bcfc01e7d8d36371b7edd86c32e5cf999
|
||||
RWSE3ohX2g5d/dHI5yIFjv29xvaKOQ+8JGZ27pIxHgrj/1pBacEGEpBz/Q3c3G7FYJNZpcpWNMO97J+xKBTuhkFDkx4xUHeVGAY=
|
||||
SHA256 (Pkgfile) = 3b52c841758a5adb69eeb3d916247c626481b9b2d714acc1449fd02685634529
|
||||
SHA256 (.footprint) = 33bd31a89a7f5886c147ac943b64ff28aa7d214e5c251f7bba0147bd274c8d5f
|
||||
SHA256 (libidn2-2.3.4.tar.gz) = 93caba72b4e051d1f8d4f5a076ab63c99b77faee019b72b9783b267986dbb45f
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Description: Provides support for IETF Internationalized Domain Names (IDN).
|
||||
# Description: Provides support for IETF Internationalized Domain Names (IDN)
|
||||
# URL: http://www.gnu.org/software/libidn/
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: libunistring
|
||||
|
||||
name=libidn2
|
||||
@ -9,14 +9,14 @@ release=1
|
||||
source=(https://ftp.gnu.org/gnu/libidn/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-nls
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-nls
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/share/{gtk-doc,info}
|
||||
rm -r $PKG/usr/share/{gtk-doc,info}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user