herrie: removed

This commit is contained in:
Antti Nykanen 2009-05-11 16:51:50 +03:00
parent ba7d401479
commit 8d869ce8bb
3 changed files with 0 additions and 26 deletions

View File

@ -1,6 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/herrie
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-r--r--r-- root/root usr/man/man1/herrie.1.gz

View File

@ -1 +0,0 @@
88832b10298ab89473730eb0c93b6ddf herrie-2.2.tar.bz2

View File

@ -1,19 +0,0 @@
# 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
version=2.2
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
}