contrib/herrie/Pkgfile

20 lines
522 B
Plaintext
Raw Normal View History

2007-10-06 16:04:26 +02:00
# Description: A minimalistic music player
# URL: http://herrie.info/
# Maintainer: Antti Nykanen, aon at iki dot fi
# Depends on: glib, alsa-lib, libid3tag, libmad, libmodplug, libsndfile, libvorbis
name=herrie
2008-02-01 22:23:18 +01:00
version=1.9.2
2007-10-06 16:04:26 +02:00
release=1
source=(http://herrie.info/distfiles/herrie-$version.tar.bz2)
build() {
cd herrie-$version
MANDIR=/usr/man ./configure no_nls no_xspf alsa
make
make DESTDIR=$PKG install
# Remove sample configuration, look at the man page instead.
rm -rf $PKG/etc
}