diff options
author | Simone Rota <sip@crux.nu> | 2006-03-30 15:11:29 +0000 |
---|---|---|
committer | Simone Rota <sip@crux.nu> | 2006-03-30 15:11:29 +0000 |
commit | 973baa0b855ac570d84e8036f71db32cd0f1fe63 (patch) | |
tree | 7e1a3059373c874b3087a7d1b53e81adf2f44278 /slim/Pkgfile | |
parent | 3c5a4fe9eacfe6decdf41c8d46a8838dd1994eef (diff) | |
download | opt-973baa0b855ac570d84e8036f71db32cd0f1fe63.tar.gz opt-973baa0b855ac570d84e8036f71db32cd0f1fe63.tar.xz |
slim: added CRUX theme by popular request :)
Diffstat (limited to 'slim/Pkgfile')
-rw-r--r-- | slim/Pkgfile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/slim/Pkgfile b/slim/Pkgfile index 9310ffc57..126400a0b 100644 --- a/slim/Pkgfile +++ b/slim/Pkgfile @@ -6,9 +6,9 @@ name=slim version=1.2.4 -release=1 -source=(http://download.berlios.de/$name/$name-$version.tar.gz - $name.rc) +release=2 +source=(http://download.berlios.de/$name/$name-$version.tar.gz \ + http://jw.tks6.net/files/slim-crux-smooth.tar.gz $name.rc) build () { cd $name-$version @@ -16,4 +16,9 @@ build () { 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/* } |