summaryrefslogtreecommitdiff
path: root/xorg-libxau/Pkgfile
blob: 213484e694487aea7926eb801151dd8b95049c47 (plain)
    1 # Description: X Authorization routines
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
    4 # Depends on: xorg-xorgproto
    5 
    6 name=xorg-libxau
    7 version=1.0.9
    8 release=1
    9 source=(http://xorg.freedesktop.org/releases/individual/lib/libXau-$version.tar.bz2)
   10 
   11 build() {
   12 	cd libXau-$version
   13 
   14 	./configure --prefix=/usr
   15 
   16 	make
   17 	make DESTDIR=$PKG install
   18 }

Generated by cgit