#Packager: George Vlahavas pkgname=bsm-simple-theme pkgver=1.3 pkgrel=1gv arch=noarch source=("BSM-Simple-1.3.tar.gz") url=http://gnome-look.org/content/show.php/BSM+Simple?content=121685 options=('nosrcpack') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "bsm-simple-theme (a small, light and smooth theme)" "BSM Simple is a small, light and smooth theme for GTK based desktops." "It only uses the Clearlooks engine, so may work fine in every system" "up-to-date." "This theme includes GTK+2, xfwm4 and metacity themes." ) build() { cd $startdir/src/ mkdir -p $startdir/pkg/usr/share/themes cp -r BSM* $startdir/pkg/usr/share/themes/ find $startdir/pkg/usr/share/themes -type d -exec chmod 755 {} \; find $startdir/pkg/usr/share/themes -type f -exec chmod 644 {} \; }