2012-11-21 11:12:43 -06:00
|
|
|
# Description: X Session Management client library
|
2024-03-30 17:37:34 +01:00
|
|
|
# URL: https://xorg.freedesktop.org
|
2013-02-02 01:54:23 +11:00
|
|
|
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
2017-11-01 22:41:39 +11:00
|
|
|
# Depends on: util-linux-32 xorg-libice-32 xorg-libsm
|
2012-11-21 11:12:43 -06:00
|
|
|
|
|
|
|
name=xorg-libsm-32
|
2022-12-22 09:07:03 +00:00
|
|
|
version=1.2.4
|
2024-03-30 17:37:34 +01:00
|
|
|
release=2
|
2022-12-22 09:07:03 +00:00
|
|
|
source=(https://www.x.org/releases/individual/lib/libSM-$version.tar.xz)
|
2012-11-21 11:12:43 -06:00
|
|
|
|
|
|
|
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
|
|
|
|
}
|