opt/slim/Pkgfile

25 lines
680 B
Plaintext
Raw Normal View History

2006-04-13 23:43:04 +02:00
# Packager: Simone Rota, sip at crux dot nu
# Maintainer: Simone Rota, sip at crux dot nu
2006-02-23 16:26:10 +01:00
# Description: a graphical login utility
# URL: http://slim.berlios.de
2007-06-11 16:57:04 +02:00
# Depends on: xorg-libxft, libjpeg, libpng
2006-02-23 16:26:10 +01:00
name=slim
2006-09-16 01:08:31 +02:00
version=1.2.6
2006-07-24 18:51:37 +02:00
release=1
source=(http://download.berlios.de/$name/$name-$version.tar.gz \
http://jw.tks6.net/files/slim-crux-smooth.tar.gz $name.rc)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
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/*
2006-02-23 16:26:10 +01:00
}