abcde: initial commit

This commit is contained in:
Maximilian Dietrich 2013-08-19 20:26:13 +02:00
parent 1d53a67828
commit e9d99a7b79
3 changed files with 30 additions and 0 deletions

11
abcde/.footprint Normal file
View File

@ -0,0 +1,11 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/abcde.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/abcde
-rwxr-xr-x root/root usr/bin/abcde-musicbrainz-tool
-rwxr-xr-x root/root usr/bin/cddb-tool
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/abcde.1.gz
-rw-r--r-- root/root usr/man/man1/cddb-tool.1.gz

1
abcde/.md5sum Normal file
View File

@ -0,0 +1 @@
d761c5a07854ce24748be9aa10100e74 abcde-2.5.4.tar.gz

18
abcde/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: a better cd encoder
# URL: http://code.google.com/p/abcde
# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
# Depends on: bash cd-discid wget vorbis-tools
name=abcde
version=2.5.4
release=1
source=(http://$name.googlecode.com/files/$name-$version.tar.gz)
build () {
cd "$name-$version"
make
make DESTDIR=$PKG \
PREFIX=/usr \
mandir=$PKG/usr/man/man1 \
install
}