opt/libsndfile/Pkgfile

17 lines
408 B
Plaintext
Raw Normal View History

# Maintainer: Jay Dolan, jdolan at jdolan dot dyndns dot org
2006-02-23 15:26:10 +00:00
# Description: C library for manipulating sound files
2006-10-10 23:33:09 +00:00
# URL: http://www.mega-nerd.com/libsndfile
2006-02-23 15:26:10 +00:00
# Depends on:
name=libsndfile
2006-10-09 23:17:44 +00:00
version=1.0.17
2006-02-23 15:26:10 +00:00
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
}