# Packager: ax pkgname=fluxconf pkgver=0.9.9 pkgrel=1ax source=("http://people.salixos.org/ax/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") sourcetemplate=http://people.salixos.org/ax/$pkgname/$pkgver/ url=http://freshmeat.net/projects/fluxconf/ options=('noautodotnew') slackdesc=\ ( #|-----handy-ruler----------------------------------------------| "Fluxconf (Fluxbox configuration tool)" "FluxConf is a set of 3 programs for configuring fluxbox." "It is a program that aims to ease the general configuration of" "the fluxbox window manager, while fluxkeys and fluxmenu allow" "to edit its shortcut keys and menus, respectively." "Each program provide a simple GUI to achieve its goal." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var/lib \ --mandir=/usr/man \ --sysconfdir=/etc \ --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }