xorg/xorg-iceauth/Pkgfile

19 lines
428 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
2006-04-07 18:48:00 +02:00
# Depends on: xorg-server, xorg-xproto, xorg-libice
name=xorg-iceauth
2013-07-27 16:25:56 +02:00
version=1.0.6
2006-04-07 18:48:00 +02:00
release=1
2006-04-12 23:31:18 +02:00
source=(http://xorg.freedesktop.org/releases/individual/app/iceauth-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd iceauth-$version
2007-07-25 10:49:55 +02:00
./configure --prefix=/usr --mandir=/usr/man
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}