xorg/xorg-libfs/Pkgfile

22 lines
462 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
2022-08-27 12:56:46 +02:00
version=1.0.9
2006-04-07 18:48:00 +02:00
release=1
2022-08-27 12:56:46 +02:00
source=(https://www.x.org/releases/individual/lib/libFS-$version.tar.xz)
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
}