summaryrefslogtreecommitdiff
path: root/herrie/Pkgfile
blob: 486c4dc544d29d43da5d7b25424da6e2d3fe9474 (plain)
    1 # Description: A minimalistic music player
    2 # URL: http://herrie.info/
    3 # Maintainer: Antti Nykanen, aon at iki dot fi
    4 # Depends on: glib, alsa-lib, libid3tag, libmad, libmodplug, libsndfile, libvorbis
    5 
    6 name=herrie
    7 version=2.0.2
    8 release=1
    9 source=(http://herrie.info/distfiles/herrie-$version.tar.bz2)
   10 
   11 build() {
   12         cd herrie-$version
   13         MANDIR=/usr/man ./configure no_nls no_xspf alsa
   14         make
   15         make DESTDIR=$PKG install
   16 
   17 	# Remove sample configuration, look at the man page instead.
   18 	rm -rf $PKG/etc
   19 }

Generated by cgit