xorg/xorg-libice/Pkgfile

22 lines
466 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: xorg lib libICE
2022-12-10 12:08:51 +01:00
# URL: https://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2019-08-25 15:41:05 +02:00
# Depends on: xorg-xorgproto xorg-xtrans
2006-04-07 18:48:00 +02:00
name=xorg-libice
2022-12-10 12:08:51 +01:00
version=1.1.1
2006-04-07 18:48:00 +02:00
release=1
2022-12-04 17:13:40 +01: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
}