compat-32/xorg-libsm-32/Pkgfile

23 lines
547 B
Plaintext

# Description: X Session Management client library
# URL: https://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.4
release=2
source=(https://www.x.org/releases/individual/lib/libSM-$version.tar.xz)
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
}