# Description: Volume control for the system tray # URL: https://github.com/Maato/volumeicon # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: alsa-lib gtk3 intltool name=volumeicon version=0.5.1 release=1 source=(https://github.com/Maato/${name}/archive/${version}/${name}-${version}.tar.gz) build() { cd $name-$version autoreconf -fi ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --libexecdir=/usr/lib/$name \ --infodir=/usr/share/info \ --mandir=/usr/share/man make make DESTDIR=$PKG install }