#Packager: Ralvex pkgname=xfdesktop pkgver= pkgrel= #arch=noarch source=() #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 desktop manager)" "Xfdesktop is a desktop manager for the Xfce Desktop Environment." "Desktop in this respect means the root window. The manager handles" "tasks such as the background image and color, the root menu and window" "list, minimized application icons, and file icons on the desktop." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --mandir=/usr/man \ --docdir=/usr/doc/$PKGNAM-$VERSION \ --disable-static \ --disable-debug \ --build=$ARCH-slackware-linux || exit 1 make install DESTDIR=$startdir/pkg }