compat-32/xorg-libsm-32/Pkgfile
2012-11-21 11:12:43 -06:00

23 lines
563 B
Plaintext

# Description: X Session Management client library
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: xorg-libice-32, xorg-xproto-32, xorg-xtrans-32 xorg-libsm
name=xorg-libsm-32
version=1.2.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libSM-$version.tar.bz2)
build() {
cd libSM-$version
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm $PKG/usr/share/doc/libSM/{SMlib,xsmp}.xml
find $PKG/usr/share -type d -delete
rm -rf $PKG/usr/include
}