xorg/xorg-xhost/Pkgfile
2019-04-14 20:34:34 +10:00

19 lines
373 B
Plaintext

# Description: x server access control program
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libxmu
name=xorg-xhost
version=1.0.8
release=1
source=(https://www.x.org/releases/individual/app/xhost-$version.tar.bz2)
build() {
cd xhost-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}