fribidi: adopted port
This commit is contained in:
parent
052437d7e2
commit
08782313a7
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/V6AiiOfA3wQX6nLXa9j76LdVnm5ftOTmpr7+4fpLstnCDAep2ZqtMAiVAmVxlXxWJvdmn76gaA63A/wHjpC4wA=
|
||||
SHA256 (Pkgfile) = d6472affec8baae6b18a0fc50a8a4b4215595c55bb2568d78c927709cc9e659d
|
||||
RWSE3ohX2g5d/b2gYAdF616IAohw6gAuFAf+uuIRfDOcB2p3sPzXP0c6Vx13OzLuH7ER4v0C2t2uRRvTfGBDzIw0h63oI2DdWgA=
|
||||
SHA256 (Pkgfile) = d12053a32fd56e1fefc2838b945b1767bc0d67cb4471675bf3c43a18d0361bd3
|
||||
SHA256 (.footprint) = ed03dd113597c878706d610e1595f35b80d08ab879b481cec9f18978103dc87f
|
||||
SHA256 (fribidi-1.0.13.tar.xz) = 7fa16c80c81bd622f7b198d31356da139cc318a63fc7761217af4130903f54a2
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Description: Unicode Bidirectional (BiDi) Algorithm.
|
||||
# Description: Unicode Bidirectional (BiDi) Algorithm
|
||||
# URL: https://github.com/fribidi/fribidi/
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
|
||||
name=fribidi
|
||||
version=1.0.13
|
||||
@ -8,12 +8,12 @@ release=1
|
||||
source=(https://github.com/fribidi/fribidi/releases/download/v$version/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
meson setup build $name-$version \
|
||||
--prefix=/usr \
|
||||
--buildtype=plain \
|
||||
--wrap-mode nodownload \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true
|
||||
meson compile -C build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG meson install -C build
|
||||
meson setup build $name-$version \
|
||||
--prefix=/usr \
|
||||
--buildtype=plain \
|
||||
--wrap-mode nodownload \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true
|
||||
meson compile -C build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG meson install -C build
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user