opt/libsndfile/Pkgfile

20 lines
457 B
Plaintext
Raw Normal View History

2014-01-19 22:10:49 +01:00
# Description: Library for manipulating sound files.
# URL: http://www.mega-nerd.com/libsndfile
2014-11-10 13:25:50 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: alsa-lib flac libvorbis opus python3
2014-01-19 22:10:49 +01:00
name=libsndfile
version=1.0.30
2014-01-19 22:10:49 +01:00
release=1
source=(https://github.com/erikd/libsndfile/releases/download/v$version/$name-$version.tar.bz2)
2014-01-19 22:10:49 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
2014-01-19 22:10:49 +01:00
make
make DESTDIR=$PKG install
2014-01-19 22:10:49 +01:00
rm -r $PKG/usr/share/doc
}