libsndfile: 1.0.19pre3 -> 1.0.19, closes FS#429

This commit is contained in:
Danny Rawlins 2009-03-07 12:28:23 +11:00
parent bb8e460747
commit 8cade01923
2 changed files with 6 additions and 5 deletions

View File

@ -1 +1 @@
f17ca8bb3154fc183ecccc4e2f6df794 libsndfile-1.0.19pre3.tar.gz
8fa24b0c0a8758543427c9741ea06924 libsndfile-1.0.19.tar.gz

View File

@ -6,9 +6,9 @@
# Optional: sqlite3
name=libsndfile
version=1.0.19pre3
release=2
source=(http://www.mega-nerd.com/tmp/$name-$version.tar.gz)
version=1.0.19
release=1
source=(http://www.mega-nerd.com/$name/$name-1.0.19.tar.gz)
build() {
cd $name-$version
@ -20,5 +20,6 @@ build() {
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
rm -r $PKG/usr/share/doc
rmdir $PKG/usr/share
}