xorg/xorg-libxft/Pkgfile

19 lines
383 B
Plaintext
Raw Normal View History

2008-05-22 09:09:42 +02:00
# Description: X font rendering client library
2006-04-07 18:48:00 +02:00
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2019-08-25 15:41:05 +02:00
# Depends on: harfbuzz util-linux
2006-04-07 18:48:00 +02:00
name=xorg-libxft
2022-09-07 12:27:13 +02:00
version=2.3.5
2019-03-17 14:31:42 +01:00
release=1
2022-09-07 12:27:13 +02:00
source=(https://www.x.org/releases/individual/lib/libXft-$version.tar.xz)
2006-04-07 18:48:00 +02:00
build() {
cd libXft-$version
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}