milis/talimatname/genel/xorg-libsm/talimat

18 lines
438 B
Plaintext

# Description: libSM, library X Session Management client
# URL: http://xorg.freedesktop.org
# Packager: pierre at nutyx dot org
# Depends on: xorg-libice xorg-proto xorg-xtrans
name=xorg-libsm
version=1.2.2
release=1
source=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/libSM-$version.tar.bz2)
build() {
cd libSM-$version
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make DESTDIR=$PKG install
}