compat-32/fontconfig-32/Pkgfile

26 lines
682 B
Plaintext
Raw Normal View History

# Description: A library for configuring and customizing font access
# URL: http://fontconfig.org/wiki/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: freetype-32 expat-32 bzip2-32 util-linux-32 fontconfig
name=fontconfig-32
2018-09-02 10:53:29 +02:00
version=2.13.1
release=1
2017-07-29 16:40:18 +02:00
source=(https://fontconfig.org/release/fontconfig-$version.tar.bz2)
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}
}