summaryrefslogtreecommitdiff
path: root/vorbisgain
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /vorbisgain
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'vorbisgain')
-rw-r--r--vorbisgain/.footprint6
-rw-r--r--vorbisgain/.md5sum1
-rw-r--r--vorbisgain/Pkgfile18
3 files changed, 25 insertions, 0 deletions
diff --git a/vorbisgain/.footprint b/vorbisgain/.footprint
new file mode 100644
index 000000000..24c096f83
--- /dev/null
+++ b/vorbisgain/.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/vorbisgain
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/vorbisgain.1.gz
diff --git a/vorbisgain/.md5sum b/vorbisgain/.md5sum
new file mode 100644
index 000000000..7425fcfed
--- /dev/null
+++ b/vorbisgain/.md5sum
@@ -0,0 +1 @@
+ee62352b74c610bb3eeddda038819fc8 vorbisgain-0.34.zip
diff --git a/vorbisgain/Pkgfile b/vorbisgain/Pkgfile
new file mode 100644
index 000000000..6d4020b56
--- /dev/null
+++ b/vorbisgain/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Computes replaygain information for Ogg Vorbis files
+# URL: http://sjeng.org/vorbisgain.html
+# Depends on: libogg, libvorbis
+# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+
+name=vorbisgain
+version=0.34
+release=1
+source=(http://sjeng.org/ftp/vorbis/$name-$version.zip)
+
+build () {
+ cd $name-$version
+
+ sh configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit