description="Volume control for your system tray"
url="https://softwarebakery.com/maato/volumeicon.html"

contributors="SipoMatadorduCosmos"
packager="Tnut <tnut@nutyx.org>"

makedepends=(gtk3 alsa-lib libnotify)

name=volumeicon
version=0.5.1
release=4

source=(http://download.tuxfamily.org/nutyx/files/volumeicon-nutyx-jwm.tar.xz
        http://nullwise.com/files/volumeicon/volumeicon-$version.tar.gz)

build() {
  cd $name-$version
  ./configure --prefix=/usr --enable-notify
  make
  make DESTDIR=$PKG install

  cp -a ../usr $PKG/
}
