opt/libsndfile/Pkgfile

20 lines
464 B
Plaintext
Raw Normal View History

2014-01-19 22:10:49 +01:00
# Description: Library for manipulating sound files.
2020-11-23 13:06:33 +01:00
# URL: https://libsndfile.github.io/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
2022-12-27 11:41:21 +01:00
version=1.2.0
2014-01-19 22:10:49 +01:00
release=1
2022-05-22 16:17:02 +02:00
source=(https://github.com/libsndfile/libsndfile/releases/download/$version/$name-$version.tar.xz)
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
}