2006-04-15 10:11:50 +02:00
|
|
|
# Description: x server access control program
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-16 05:27:54 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2008-04-03 12:16:35 +02:00
|
|
|
# Depends on: xorg-libxmu
|
2006-04-15 10:11:50 +02:00
|
|
|
|
|
|
|
name=xorg-xhost
|
2022-12-13 16:26:02 +01:00
|
|
|
version=1.0.9
|
2019-02-20 17:31:15 +01:00
|
|
|
release=1
|
2022-12-13 16:26:02 +01:00
|
|
|
source=(https://www.x.org/releases/individual/app/xhost-$version.tar.xz)
|
2006-04-15 10:11:50 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd xhost-$version
|
2015-08-12 11:06:49 -05:00
|
|
|
./configure --prefix=/usr
|
2006-04-15 10:11:50 +02:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|