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

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