contrib/libsamplerate/Pkgfile

22 lines
487 B
Plaintext
Raw Normal View History

# Description: Sound sample rate conversion library.
2021-01-31 10:35:47 +01:00
# URL: https://libsndfile.github.io/libsamplerate/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: libsndfile
2008-05-14 17:40:50 +02:00
# Optional: fftw
name=libsamplerate
2021-01-31 10:35:47 +01:00
version=0.2.1
release=1
2021-01-31 10:36:36 +01:00
source=(https://github.com/libsndfile/libsamplerate/releases/download/$version/$name-$version.tar.bz2)
build() {
2009-01-12 03:05:45 +01:00
cd $name-$version
2021-01-31 10:35:47 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2011-10-28 17:17:12 +02:00
rm -r $PKG/usr/share/doc
rmdir $PKG/usr/share
}