normalize: complete the move to opt
This commit is contained in:
parent
a80cc38187
commit
edbe9779c1
9
normalize/.footprint
Normal file
9
normalize/.footprint
Normal file
@ -0,0 +1,9 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/normalize
|
||||
-rwxr-xr-x root/root usr/bin/normalize-mp3
|
||||
lrwxrwxrwx root/root usr/bin/normalize-ogg -> normalize-mp3
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/normalize-mp3.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/normalize.1.gz
|
1
normalize/.md5sum
Normal file
1
normalize/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
7476f028304791595e91610bb0cd4e97 normalize-0.7.6.tar.bz2
|
17
normalize/Pkgfile
Normal file
17
normalize/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
||||
# Description: normalize mp3 and wav files
|
||||
# URL: http://www.cs.columbia.edu/~cvaill/normalize/
|
||||
# Packager: Markus Heinz, su1690 at studserver dot uni-dortmund dot de
|
||||
# Maintainer: sten, nick dot steeves at shaw dot ca
|
||||
# Depends on: libmad
|
||||
|
||||
name=normalize
|
||||
version=0.7.6
|
||||
release=1
|
||||
source=(http://www1.cs.columbia.edu/~cvaill/$name/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --disable-nls --disable-xmms
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user