compat-32/xorg-libxft-32/Pkgfile

21 lines
478 B
Plaintext
Raw Normal View History

# Description: X font rendering client library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
2017-11-01 12:41:39 +01:00
# Depends on: fontconfig-32 xorg-libxft xorg-libxrender-32
name=xorg-libxft-32
2022-11-19 21:39:38 +01:00
version=2.3.7
release=1
2022-09-18 09:09:35 +02:00
source=(https://www.x.org/releases/individual/lib/libXft-$version.tar.xz)
build() {
cd libXft-$version
2019-03-18 13:05:02 +01:00
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
2014-06-20 14:35:28 +02:00
2019-03-18 13:05:02 +01:00
rm -r $PKG/usr/{include,share/man}
}