compat-32/fontconfig-32/Pkgfile

26 lines
706 B
Plaintext
Raw Normal View History

# Description: A library for configuring and customizing font access
2020-06-19 03:19:16 +02:00
# URL: https://www.freedesktop.org/wiki/Software/fontconfig/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
2019-08-27 13:48:19 +02:00
# Depends on: bzip2-32 expat-32 fontconfig freetype-32 util-linux-32
name=fontconfig-32
2022-04-03 15:42:55 +02:00
version=2.14.0
release=1
2022-04-03 15:42:55 +02:00
source=(https://fontconfig.org/release/fontconfig-$version.tar.xz)
build() {
cd fontconfig-$version
./configure --prefix=/usr \
--libdir=/usr/lib32 \
--sysconfdir=/etc \
--localstatedir=/var \
--with-xmldir=/etc/fonts \
--with-templatedir=/etc/fonts/conf.avail
make
make DESTDIR=$PKG install
2016-07-30 07:52:10 +02:00
rm -r $PKG/usr/{bin,include,share/man,share} $PKG/{etc,var}
}