summaryrefslogtreecommitdiffstats
path: root/xorg-libice/Pkgfile
blob: 7b47e440676ccbef496ffa309e60bc4fe2d1b5bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
description="xorg lib libICE"
packager=""
maintainer="Tilman Sauerbeck, tilman at crux dot nu"
url="http://xorg.freedesktop.org"
depends=(xorg-xproto xorg-xtrans)

name=xorg-libice
version=1.0.6
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libICE-1.0.6.tar.bz2)
build () 
{ 
    cd libICE-$version;
    ./configure --prefix=/usr;
    make;
    make DESTDIR=$PKG install
}