summaryrefslogtreecommitdiff
path: root/vorbisgain
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2017-11-22 21:22:04 +1100
committerDanny Rawlins <monster.romster@gmail.com>2017-11-22 21:22:04 +1100
commit5212ba4c76247055dbba3d483880131aec1b968e (patch)
treec5791151669465454273a61def12218cbb17d87b /vorbisgain
parent425a1714a1e0276fc8d1dca522259fe74a325388 (diff)
downloadopt-5212ba4c76247055dbba3d483880131aec1b968e.tar.gz
opt-5212ba4c76247055dbba3d483880131aec1b968e.tar.xz
vorbisgain: move man pages
Diffstat (limited to 'vorbisgain')
-rw-r--r--vorbisgain/.footprint7
-rw-r--r--vorbisgain/.signature6
-rw-r--r--vorbisgain/Pkgfile7
3 files changed, 11 insertions, 9 deletions
diff --git a/vorbisgain/.footprint b/vorbisgain/.footprint
index 24c096f83..d150009a8 100644
--- a/vorbisgain/.footprint
+++ b/vorbisgain/.footprint
@@ -1,6 +1,7 @@
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
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/vorbisgain.1.gz
diff --git a/vorbisgain/.signature b/vorbisgain/.signature
index 1dfc69ed9..138678c2d 100644
--- a/vorbisgain/.signature
+++ b/vorbisgain/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/e5iShypSOYFBDRzHLKbk+JeY7bAqzbf6ASxEZmvj9He78pJ6P5SoMUyGB8a7bqqWvw3UajQ+R05XO3pLbwPugw=
-SHA256 (Pkgfile) = f14d80aa7aa2b8aec0b99858b87b3b26875a958d55508a0d0b28f3a2819d7eb6
-SHA256 (.footprint) = 94d54aba8e28e319af59cd71ca8c789df7b69fb98ac2dc06293388a0896e391c
+RWSE3ohX2g5d/TdUDUBGdijAlhiYaNHigsdk6vPsyr7QIHZv/Z0fxtXLztiu1V5X/78YN99lwfJWD0QsgAqNmQiws6K6wAhX/gI=
+SHA256 (Pkgfile) = 96fa67e34e304e72665a133391892985c1599a9e1198ba9ad8a55778354c5b7e
+SHA256 (.footprint) = 9283df8b04b6e28f85d5ea132a5fcabbe6d1492bf66884c177817cfc11a610d2
SHA256 (vorbisgain-0.37.tar.gz) = dd6db051cad972bcac25d47b4a9e40e217bb548a1f16328eddbb4e66613530ec
diff --git a/vorbisgain/Pkgfile b/vorbisgain/Pkgfile
index 9a9638737..f7043d3b5 100644
--- a/vorbisgain/Pkgfile
+++ b/vorbisgain/Pkgfile
@@ -1,18 +1,19 @@
# Description: Computes replaygain information for Ogg Vorbis files.
# URL: http://sjeng.org/vorbisgain.html
# Maintainer: Danny Rawlins, crux at romster dot me
-# Packager: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: libvorbis
name=vorbisgain
version=0.37
-release=1
+release=2
source=(http://sjeng.org/ftp/vorbis/$name-$version.tar.gz)
build() {
cd $name-$version
- sh configure --prefix=/usr
+ sh configure \
+ --prefix=/usr \
+ --mandir=/usr/share/man
make
make DESTDIR=$PKG install

Generated by cgit