#Packager: Ralvex pkgname=xfce4-settings pkgver=4.11.1 pkgrel=1rlvx #arch=noarch source=(http://archive.xfce.org/src/xfce/xfce4-settings/4.11/xfce4-settings-4.11.1.tar.bz2) #sourcetemplate=http://people.salixos.org/yournick/$pkgname/$pkgver/ #docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") #url= #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (Xfce settings manager)" "xfce4-settings is the Xfce settings manager front-end. It comes with" "several different components for configuring application-independent" "settings inside xfconf." ) build() { cd $startdir/src/$pkgname-$pkgver ../configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --mandir=/usr/man \ --docdir=/usr/doc/$PKGNAM-$VERSION \ --enable-pluggable-dialogs \ --enable-sound-settings \ --disable-static \ --disable-debug \ --build=$ARCH-slackware-linux || exit 1 make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }