opt/slim/Pkgfile

33 lines
896 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: a graphical login utility
# URL: https://sourceforge.net/projects/slim.berlios
2021-01-31 19:09:55 +01:00
# Maintainer: Matt Housh, jaeger at crux dot ninja
2020-08-16 15:28:11 +02:00
# Depends on: xorg-xauth libjpeg-turbo
2006-02-23 16:26:10 +01:00
name=slim
2013-10-04 22:23:41 +02:00
version=1.3.6
2012-06-27 23:25:50 +02:00
release=1
2014-07-27 12:16:18 +02:00
source=(http://downloads.sourceforge.net/project/slim.berlios/slim-$version.tar.gz \
http://crux.nu/~tek/slim-crux-smooth.tar.gz libpng.patch $name.rc)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
2012-06-27 23:25:50 +02:00
2013-10-04 22:23:41 +02:00
# do NOT build slimlock (because of pam)
2017-08-20 22:54:48 +02:00
sed -i -e '224d' CMakeLists.txt
2013-10-04 22:23:41 +02:00
2012-06-27 23:25:50 +02:00
cmake -DCMAKE_INSTALL_PREFIX=/usr
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
mkdir $PKG/etc/rc.d
install -m 755 ../$name.rc $PKG/etc/rc.d/$name
cd ../
rm -f slim-crux-smooth/README
cp -r slim-crux-smooth $PKG/usr/share/slim/themes/crux-smooth
chmod 0644 $PKG/usr/share/slim/themes/crux-smooth/*
2013-01-02 16:07:12 +01:00
# no systemd support
2017-08-20 22:54:48 +02:00
rm -r $PKG/lib $PKG/usr/share/man/man1/slimlock.1
2006-02-23 16:26:10 +01:00
}