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
|
2017-10-31 15:56:42 +01:00
|
|
|
# Depends on: xorg-server
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-iceauth
|
2018-03-06 00:40:26 +01:00
|
|
|
version=1.0.8
|
|
|
|
release=1
|
2019-04-14 12:34:34 +02:00
|
|
|
source=(https://www.x.org/releases/individual/app/iceauth-$version.tar.bz2)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd iceauth-$version
|
|
|
|
|
2015-08-12 18:06:49 +02:00
|
|
|
./configure --prefix=/usr
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|