xorg/xorg-xauth/Pkgfile

19 lines
366 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: X authority file utility
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2006-04-07 18:48:00 +02:00
# Depends on: xorg-server
name=xorg-xauth
2021-11-29 09:58:31 +01:00
version=1.1.1
2017-01-31 17:31:13 +01:00
release=1
source=(https://www.x.org/releases/individual/app/xauth-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd xauth-$version
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}