xorg/xorg-xhost/Pkgfile

18 lines
355 B
Plaintext
Raw Normal View History

2006-04-15 10:11:50 +02:00
# Description: x server access control program
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=xorg-xhost
version=1.0.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xhost-$version.tar.bz2)
build() {
cd xhost-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}