#Maintainer: Didier Spaier pkgname=slint-user-settings pkgver=14.2 pkgrel=58slint arch=noarch source=($pkgname.tar.xz) options=('noautodotnew' 'nosrcpack') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "slint-user-settings (default user settings for Slint)" "This package provides a consistent look for Blackbox, Fwwm, Fluxbox," "WindowMaker and Xfce: same background of the root window, similar" "layouts of the panel and root menu, same easily accessible default" "applications, including the Slint Control Center." ) build() { cd $startdir/src/$pkgname mkdir -p $startdir/pkg/etc cp -r etc/skel $startdir/pkg/etc/ cp -r etc/profile.d $startdir/pkg/etc/ chown -R root:root $startdir/pkg/ }