summaryrefslogtreecommitdiff
path: root/xorg-libfs/Pkgfile
blob: e61adac9a7a9617698f5fda0f35d966cbecdc254 (plain)
    1 # Description: X Font Service client library
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
    4 # Depends on: xorg-xproto, xorg-fontsproto, xorg-xtrans
    5 
    6 name=xorg-libfs
    7 version=1.0.2
    8 release=1
    9 source=(http://xorg.freedesktop.org/releases/individual/lib/libFS-$version.tar.bz2)
   10 
   11 build() {
   12 	cd libFS-$version
   13 
   14 	./configure --prefix=/usr
   15 
   16 	make
   17 	make DESTDIR=$PKG install
   18 }

Generated by cgit