opt/libvorbis/Pkgfile

21 lines
381 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Vorbis codec library
# URL: https://www.xiph.org/vorbis/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: libogg
2006-02-23 16:26:10 +01:00
name=libvorbis
2020-07-11 08:34:55 +02:00
version=1.3.7
release=1
2020-07-11 08:34:55 +02:00
source=(https://downloads.xiph.org/releases/vorbis/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2014-01-23 11:27:18 +01:00
./configure --prefix=/usr
2014-01-23 11:27:18 +01:00
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
2006-02-23 16:26:10 +01:00
}