xorg/xorg-libfs/Pkgfile

22 lines
473 B
Plaintext
Raw Normal View History

# Description: X Font Service 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
2018-10-20 21:26:29 +02:00
# Depends on: xorg-xorgproto xorg-xtrans
2006-04-07 18:48:00 +02:00
name=xorg-libfs
2019-03-11 18:16:46 +01:00
version=1.0.8
2006-04-07 18:48:00 +02:00
release=1
2006-04-12 23:31:18 +02:00
source=(http://xorg.freedesktop.org/releases/individual/lib/libFS-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd libFS-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2011-01-07 14:37:09 +01:00
rm $PKG/usr/share/doc/libFS/FSlib.txt
find $PKG/usr/share -type d -delete
2006-04-07 18:48:00 +02:00
}