2009-03-27 06:31:58 +01:00
|
|
|
# Template build file for 'xhost'.
|
|
|
|
pkgname=xhost
|
2011-02-19 10:53:52 +01:00
|
|
|
version=1.0.4
|
2013-04-14 18:42:25 +02:00
|
|
|
revision=3
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-04-14 18:42:25 +02:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="libX11-devel libXmu-devel"
|
2009-03-27 06:31:58 +01:00
|
|
|
short_desc="Server access control program for X"
|
2013-03-31 09:52:39 +02:00
|
|
|
homepage="http://xorg.freedesktop.org"
|
|
|
|
license="MIT"
|
2009-03-27 06:31:58 +01:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-14 18:42:25 +02:00
|
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
2011-02-19 10:53:52 +01:00
|
|
|
checksum=5e02c06caeb7a258f3621bf11459a7820cfeaf9bf269c1f8da86d7071346a594
|
2009-03-27 06:31:58 +01:00
|
|
|
long_desc="
|
2013-04-14 18:42:25 +02:00
|
|
|
This package provides xhost, the server access control program for X."
|
2011-02-19 10:53:52 +01:00
|
|
|
|
2013-04-14 18:42:25 +02:00
|
|
|
xhost_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|