#Packager: Dimitris Tzemos pkgname=pasystray pkgver=0.6.0 pkgrel=1dj source=("https://github.com/christophgysin/pasystray/archive/$pkgname-$pkgver.tar.gz") sourcetemplate=http://people.salixos.org/yournick/$pkgname/$pkgver/ docs=("AUTHORS" "LICENSE" "README.md" "TODO") url="https://github.com/christophgysin/pasystray" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pasystray (System tray application for PulseAudio)" "Pasystray allows setting the default PulseAudio source/sink and" "moving streams on the fly between sources/sinks without restarting" "the client applications." ) build() { cd $startdir/src/$pkgname-$pkgname-$pkgver rm -rf autom4te.cache rm -f config.cache aclocal autoconf autoheader automake --add-missing ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --mandir=/usr/man \ --build=$arch-slackware-linux make clean make -j $numjobs || return 1 make install-strip DESTDIR=$startdir/pkg }