summaryrefslogtreecommitdiff
path: root/cd-discid
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
commitc6857863d2cced6c8d257354143b68e0beb6f545 (patch)
tree4e46466bd69d1e2a082d065786bf8311e67b6d3d /cd-discid
parente9d99a7b7947e17100fb97cb36eea2860f4cdecd (diff)
downloadcontrib-c6857863d2cced6c8d257354143b68e0beb6f545.tar.gz
contrib-c6857863d2cced6c8d257354143b68e0beb6f545.tar.xz
cd-discid: initial commit
Diffstat (limited to 'cd-discid')
-rw-r--r--cd-discid/.footprint6
-rw-r--r--cd-discid/.md5sum1
-rw-r--r--cd-discid/Pkgfile18
3 files changed, 25 insertions, 0 deletions
diff --git a/cd-discid/.footprint b/cd-discid/.footprint
new file mode 100644
index 000000000..56426f797
--- /dev/null
+++ b/cd-discid/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/cd-discid
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/cd-discid.1.gz
diff --git a/cd-discid/.md5sum b/cd-discid/.md5sum
new file mode 100644
index 000000000..075c93236
--- /dev/null
+++ b/cd-discid/.md5sum
@@ -0,0 +1 @@
+64677b8b63d1db0db015043f5455171a cd-discid_0.9.orig.tar.gz
diff --git a/cd-discid/Pkgfile b/cd-discid/Pkgfile
new file mode 100644
index 000000000..92b448b23
--- /dev/null
+++ b/cd-discid/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Backend utility to get cddb information
+# URL: http://lly.org/~rcw/cd-discid/
+# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
+# Depends on:
+
+name=cd-discid
+version=0.9
+release=1
+source=(http://lly.org/~rcw/$name/${name}_$version.orig.tar.gz)
+
+build () {
+ cd "$name-$version"
+ make
+ make DESTDIR=$PKG \
+ PREFIX=/usr \
+ mandir=$PKG/usr/man/man1 \
+ install
+}

Generated by cgit