xorg/xorg-libice/Pkgfile

22 lines
467 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: xorg lib libICE
# URL: http://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
version=1.0.10
2006-04-07 18:48:00 +02:00
release=1
source=(https://www.x.org/releases/individual/lib/libICE-$version.tar.bz2)
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
}