mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
x11/xauth: new aport
X.Org authorization settings program
This commit is contained in:
parent
53666ff60d
commit
5f48862bd3
20
x11/xauth/APKBUILD
Normal file
20
x11/xauth/APKBUILD
Normal file
@ -0,0 +1,20 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=xauth
|
||||
pkgver=1.0.3
|
||||
pkgrel=0
|
||||
pkgdesc="X.Org authorization settings program"
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license="custom"
|
||||
depends="libxau libxext libxmu libx11 uclibc"
|
||||
makedepends="pkgconfig libxau-dev libxext-dev libxmu-dev libx11-dev"
|
||||
source="http://xorg.freedesktop.org/releases/individual/app/xauth-$pkgver.tar.bz2"
|
||||
|
||||
build ()
|
||||
{
|
||||
cd "$srcdir"/xauth-$pkgver
|
||||
./configure --prefix=/usr || return 1
|
||||
make || return 1
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
|
||||
}
|
||||
md5sums="e91e10ace1df0d5f2cbc74ead256407a xauth-1.0.3.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user