2006-04-07 18:48:00 +02:00
|
|
|
# Description: ICE authority file utility
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-15 11:02:35 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2017-10-31 16:55:42 +01:59
|
|
|
# Depends on: xorg-server
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-iceauth
|
2024-03-11 11:04:23 +01:00
|
|
|
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
|
|
|
|
|
2015-08-12 11:06:49 -05:00
|
|
|
./configure --prefix=/usr
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|