#Maintainer: Dimitris Tzemos pkgname=lxappearance pkgver=0.5.5 pkgrel=1dj source=("http://downloads.sourceforge.net/lxde/lxappearance-$pkgver.tar.xz") url="http://lxde.org/" docs=('AUTHORS' 'ChangeLog' 'COPYING' 'NEWS' 'README') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (gtk theme switcher)" "LXAppearance is the standard theme switcher of LXDE. Users are able to" "change the theme, icons, and fonts used by applications easily." ) build() { cd $startdir/src/${pkgname}-${pkgver} ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc make -j $numjobs || return 1 make DESTDIR=$startdir/pkg/ install || return 1 }