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

Generated by cgit