summaryrefslogtreecommitdiff
path: root/xorg-iceauth/Pkgfile
blob: f6c8d43d37d76e424dc42db493a41fc8ff82b4fe (plain)
    1 # Description: ICE authority file utility
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
    4 # Depends on: xorg-server, xorg-xproto, xorg-libice
    5 
    6 name=xorg-iceauth
    7 version=1.0.5
    8 release=1
    9 source=(http://xorg.freedesktop.org/releases/individual/app/iceauth-$version.tar.bz2)
   10 
   11 build() {
   12 	cd iceauth-$version
   13 
   14 	./configure --prefix=/usr --mandir=/usr/man
   15 
   16 	make
   17 	make DESTDIR=$PKG install
   18 }

Generated by cgit