#Packager: George Vlahavas pkgname=salix-gtk-theme pkgver=15.0 pkgrel=2gv arch=noarch source=("$pkgname.tar.xz") options=('nosrcpack') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "salix-gtk-theme (Default Salix GTK+2/3 themes)" "This package contains the GTK+2 and GTK+3 themes that are used as" "default in Salix. Included are both \"light\" and \"dark\" variations." ) build() { cd $startdir/src/$pkgname make || return 1 make install DESTDIR=$startdir/pkg }