xorg/xorg-xauth/Pkgfile

19 lines
365 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
2024-03-05 10:01:14 +01:00
version=1.1.3
2017-01-31 17:31:13 +01:00
release=1
2022-04-20 09:55:16 +02:00
source=(https://www.x.org/releases/individual/app/xauth-$version.tar.xz)
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
}