milis/talimatname/genel/xorg-libice/talimat

19 lines
399 B
Plaintext
Raw Normal View History

2017-01-30 02:42:26 +01:00
# Description: X.Org ICE kutuphanesi
2016-02-24 01:27:23 +01:00
# URL: http://xorg.freedesktop.org
2017-01-30 02:42:26 +01:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: xorg-proto xorg-xtrans
2017-01-30 02:42:26 +01:00
2016-02-24 01:27:23 +01:00
name=xorg-libice
version=1.0.9
release=1
source=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/libICE-$version.tar.bz2)
build() {
cd libICE-$version
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make DESTDIR=$PKG install
}