#Packager: Vasile Coman pkgname=fbpanel pkgver=6.1 pkgrel=1vc source=("http://netcologne.dl.sourceforge.net/project/fbpanel/fbpanel/6.1/fbpanel-6.1.tbz2") sourcetemplate=http://people.salixos.org/kerd/$pkgname/$pkgver/ docs=("readme" "install" "copying" "ChangeLog" "authors" "todo") url=http://fbpanel.sourceforge.net/ slackdesc=\ ( #|-----handy-ruler----------------------------------------------| "fbpanel (panel application)" "fbpanel is a lightweight GTK2-based panel for UNIX desktop," "which provides graphical information and feedback about desktop" "activity and allows interaction with the window manager. It" "features a taskbar, pager, launchbar, show desktop, image" "viewer, clock, and system tray." "http://fbpanel.sourceforge.net/" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var/lib \ --prefix=/usr \ --mandir=/usr/man \ --build=$arch-slackware-linux || return 1 make || return 1 make install DESTDIR=$startdir/pkg }