opt/libsndfile/Pkgfile
Jason Thomas Dolan 6ec4fd47f8 s:Url:URL:g
2006-10-10 23:33:09 +00:00

17 lines
408 B
Plaintext

# Maintainer: Jay Dolan, jdolan at jdolan dot dyndns dot org
# Description: C library for manipulating sound files
# URL: http://www.mega-nerd.com/libsndfile
# Depends on:
name=libsndfile
version=1.0.17
release=1
source=(http://www.mega-nerd.com/$name/$name-$version.tar.gz)
build(){
cd $name-$version
./configure --prefix=/usr --with-gnu-ld
make && make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}