diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /slim/Pkgfile | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'slim/Pkgfile')
-rw-r--r-- | slim/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/slim/Pkgfile b/slim/Pkgfile new file mode 100644 index 000000000..9310ffc57 --- /dev/null +++ b/slim/Pkgfile @@ -0,0 +1,19 @@ +# Packager: Simone Rota, sip at varlock dot com +# Maintainer: Simone Rota, sip at varlock dot com +# Description: a graphical login utility +# URL: http://slim.berlios.de +# Depends on: x11 + +name=slim +version=1.2.4 +release=1 +source=(http://download.berlios.de/$name/$name-$version.tar.gz + $name.rc) + +build () { + cd $name-$version + make + make DESTDIR=$PKG install + mkdir $PKG/etc/rc.d + install -m 755 ../$name.rc $PKG/etc/rc.d/$name +} |