xorg/xorg-iceauth/Pkgfile

19 lines
373 B
Plaintext

# Description: ICE authority file utility
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-server
name=xorg-iceauth
version=1.0.9
release=1
source=(https://www.x.org/releases/individual/app/iceauth-$version.tar.xz)
build() {
cd iceauth-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}