# Description: Lightweight volume control
# URL: http://nullwise.com/volumeicon.html
# Maintainer: Samsky, samsky72 at gmail dot com
# Depends on: libnotify gtk3

name=volumeicon
version=0.5.1
release=1
source=(http://nullwise.com/files/$name/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
	--disable-nls
	make
	make DESTDIR=$PKG install
	rm -rf $PKG/usr/share/locale 
}