#Maintainer: Dimitris Tzemos  <djemos~at~slackel~dot~gr>

pkgname=gvolwheel
pkgver=0.7
pkgrel=1rl
source=("http://downloads.sourceforge.net/gvolwheel/$pkgname-$pkgver.tar.gz")
url=http://sourceforge.net/projects/gvolwheel/
docs=()

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"GVolWheel (a lightweight notification area volume control app)"
"GVolWheel is a Lightweight application which lets you control the"
"audio volume easily through a tray icon you can scroll on."
"Easily integrates with minimal desktops (Openbox, Fluxbox, IceWM,"
"XFCE, etc)."
"This package contains the last Gtk2 version."
""
"Homepage: http://sourceforge.net/projects/gvolwheel/"
)

build() {

cd $SRC/$pkgname-$pkgver

./configure \
  --prefix=/usr \
  --libdir=/usr/lib${LIBDIRSUFFIX} \
  --sysconfdir=/etc \
  --localstatedir=/var \
  --enable-static=no \
  --build=$arch-slackware-linux || return 1
  
make || return 1
make install-strip DESTDIR=$PKG || return 1
}