xorg/xorg-iceauth/Pkgfile

19 lines
374 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: ICE authority file utility
# URL: http://xorg.freedesktop.org
2012-07-15 03:02:35 +02:00
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-server
2006-04-07 18:48:00 +02:00
name=xorg-iceauth
version=1.0.10
2018-03-06 00:40:26 +01:00
release=1
2022-04-04 11:53:50 +02:00
source=(https://www.x.org/releases/individual/app/iceauth-$version.tar.xz)
2006-04-07 18:48:00 +02:00
build() {
cd iceauth-$version
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}