mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
x11/xhost: new aport
Controls host and/or user access to a running X server
This commit is contained in:
parent
ea9ed732d3
commit
e0862d5c07
20
x11/xhost/APKBUILD
Normal file
20
x11/xhost/APKBUILD
Normal file
@ -0,0 +1,20 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=xhost
|
||||
pkgver=1.0.2
|
||||
pkgrel=0
|
||||
pkgdesc="Controls host and/or user access to a running X server."
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license="custom"
|
||||
subpackages="$pkgname-doc"
|
||||
depends="uclibc libx11 libxmu"
|
||||
makedepends="pkgconfig libx11-dev libxmu-dev libxau-dev"
|
||||
source="http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2"
|
||||
|
||||
build ()
|
||||
{
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
./configure --prefix=/usr --mandir=/usr/share/man || return 1
|
||||
make || return 1
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
md5sums="f746aba36f075ae4cae313d849a94f4e xhost-1.0.2.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user