#Maintainer: Markus Muttilainen pkgname=gnome-cleanser pkgver=2.32 pkgrel=1 zenver=66 arch=i486 source=("http://www.auroracore.biz/user-accounts/stillborn/zenwalk/gnome-cleanser-$pkgver") sourcetemplate=http://www.auroracore.biz/user-accounts/stillborn/zenwalk/$pkgname options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gnome-cleanser - a tool to rectify problems with gnome" "Gnome Cleanser is a simple script to rectify many problems that can" "occur to a standard GNOME installation as things are removed and" "added. Without this script many defaults can become corrupted or" "whole configuration settings may become broken. You can run this" "script manually from /usr/bin and from your gnome-control-center and" "it will also run automagically once a day from /etc/cron.daily, to" "keep your Zenwalk GNOME in check." ) build() { cd $startdir/pkg mkdir -p usr/sbin mkdir -p etc/cron.daily cp $startdir/src/gnome-cleanser-$pkgver $startdir/pkg/usr/sbin/gnome-cleanser chmod +x $startdir/pkg/usr/sbin/* cd $startdir/pkg/etc/cron.daily ln -sf ../../usr/sbin/gnome-cleanser gnome-cleanser }