compat-32/xorg-libsm-32/Pkgfile
2018-10-14 21:20:38 +11:00

23 lines
547 B
Plaintext

# Description: X Session Management client library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: util-linux-32 xorg-libice-32 xorg-libsm
name=xorg-libsm-32
version=1.2.3
release=1
source=(https://www.x.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
}