xorg/xorg-libsm/Pkgfile

22 lines
472 B
Plaintext
Raw Normal View History

2008-05-22 09:09:42 +02:00
# Description: X Session Management client library
2006-04-07 18:48:00 +02:00
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2019-08-25 15:41:05 +02:00
# Depends on: util-linux xorg-libice
2006-04-07 18:48:00 +02:00
name=xorg-libsm
2018-10-12 12:44:44 +02:00
version=1.2.3
2006-04-07 18:48:00 +02:00
release=1
source=(https://www.x.org/releases/individual/lib/libSM-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd libSM-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2011-01-07 16:03:24 +01:00
rm $PKG/usr/share/doc/libSM/{SMlib,xsmp}.xml
find $PKG/usr/share -type d -delete
2006-04-07 18:48:00 +02:00
}