diff options
author | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-04-08 15:21:33 +0000 |
---|---|---|
committer | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-04-08 15:21:33 +0000 |
commit | ab4613885011e4cf0f318bf0f969128d349cd600 (patch) | |
tree | 56567d9d4dc85cf59db8905ec34b5d2d4c6c3a19 /vorbisgain | |
parent | 18a0c42a724cf181fdecaf57272fa878d291ee7b (diff) | |
download | opt-ab4613885011e4cf0f318bf0f969128d349cd600.tar.gz opt-ab4613885011e4cf0f318bf0f969128d349cd600.tar.xz |
several ports: fixed indentation, general clean up, email change
Diffstat (limited to 'vorbisgain')
-rw-r--r-- | vorbisgain/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vorbisgain/Pkgfile b/vorbisgain/Pkgfile index 6d4020b56..9bc15ff3e 100644 --- a/vorbisgain/Pkgfile +++ b/vorbisgain/Pkgfile @@ -1,14 +1,14 @@ # Description: Computes replaygain information for Ogg Vorbis files # URL: http://sjeng.org/vorbisgain.html +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu # 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 () { +build() { cd $name-$version sh configure --prefix=/usr |