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 16:26:10 +01:00
# Description: C library for manipulating sound files
2006-10-07 17:34:54 +02:00
# URL: http://www.mega-nerd.com/libsndfile
2006-02-23 16:26:10 +01:00
# Depends on:
name=libsndfile
2006-07-13 14:29:39 +02:00
version=1.0.16
2006-02-23 16:26:10 +01: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
}