2006-04-07 18:48:00 +02:00
|
|
|
# Description: xorg lib libICE
|
2022-12-10 11:08:51 +00:00
|
|
|
# URL: https://xorg.freedesktop.org
|
2012-07-16 01:25:45 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2019-08-25 23:41:05 +10:00
|
|
|
# Depends on: xorg-xorgproto xorg-xtrans
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-libice
|
2022-12-10 11:08:51 +00:00
|
|
|
version=1.1.1
|
2006-04-07 18:48:00 +02:00
|
|
|
release=1
|
2022-12-04 16:13:40 +00:00
|
|
|
source=(https://www.x.org/releases/individual/lib/libICE-$version.tar.xz)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd libICE-$version
|
|
|
|
|
2011-01-07 13:59:55 +01:00
|
|
|
./configure --prefix=/usr --disable-docs
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2011-01-07 13:59:55 +01:00
|
|
|
|
|
|
|
rm $PKG/usr/share/doc/libICE/ice.xml
|
|
|
|
find $PKG/usr/share -type d -delete
|
2006-04-07 18:48:00 +02:00
|
|
|
}
|