summaryrefslogtreecommitdiff
path: root/abcde
diff options
context:
space:
mode:
authorMaximilian Dietrich <dxm@openmailbox.org>2013-08-19 20:26:13 +0200
committerMaximilian Dietrich <dxm@openmailbox.org>2013-08-19 20:26:13 +0200
commite9d99a7b7947e17100fb97cb36eea2860f4cdecd (patch)
treedc7451eb98460b6ca09c5a02465c49f7816b8a94 /abcde
parent1d53a67828933ea6508ac6ad22f14376cd9afae0 (diff)
downloadcontrib-e9d99a7b7947e17100fb97cb36eea2860f4cdecd.tar.gz
contrib-e9d99a7b7947e17100fb97cb36eea2860f4cdecd.tar.xz
abcde: initial commit
Diffstat (limited to 'abcde')
-rw-r--r--abcde/.footprint11
-rw-r--r--abcde/.md5sum1
-rw-r--r--abcde/Pkgfile18
3 files changed, 30 insertions, 0 deletions
diff --git a/abcde/.footprint b/abcde/.footprint
new file mode 100644
index 000000000..0eb52e68d
--- /dev/null
+++ b/abcde/.footprint
@@ -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
diff --git a/abcde/.md5sum b/abcde/.md5sum
new file mode 100644
index 000000000..ab24beac9
--- /dev/null
+++ b/abcde/.md5sum
@@ -0,0 +1 @@
+d761c5a07854ce24748be9aa10100e74 abcde-2.5.4.tar.gz
diff --git a/abcde/Pkgfile b/abcde/Pkgfile
new file mode 100644
index 000000000..89c3848ce
--- /dev/null
+++ b/abcde/Pkgfile
@@ -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
+}

Generated by cgit