xorg/xorg-iceauth/Pkgfile

19 lines
426 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: ICE authority file utility
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2006-04-07 18:48:00 +02:00
# Depends on: xorg-server, xorg-xproto, xorg-libice
name=xorg-iceauth
2011-08-13 12:01:20 +02:00
version=1.0.5
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
}