libvorbis: adopted port

This commit is contained in:
Tim Biermann 2023-08-27 17:33:37 +02:00
parent a225641986
commit 9174ceb486
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/QNYLxUOKTr92P3MLs/sD6jto2YkGBV3hOOh1M6n7NuR4GjPsTldbg9YFVu0jYnFHE8jY/PRK+f6p5/5xgw6aQ0=
SHA256 (Pkgfile) = 6ebc8c3aa720f7d288e2c5b299a72cbe35ff4b5670d34aebbeda171966db7e5d
RWSE3ohX2g5d/Yl56JRk6VOAImsIH2gqEazsJg+Mxs4zuOvzF+nw5RJFmmn0IOKe8jZSIkYkCAD9VKJngNtuHfTv8S/3FzFgzAs=
SHA256 (Pkgfile) = 63b043ffba20a489443d8f0ceecc3367562c529531c700e04adf7595628272f2
SHA256 (.footprint) = cbbc7d10e1c6ac9eba225b08843bac99dd3360fcdd0a6ce11757a1a8bba0c0d0
SHA256 (libvorbis-1.3.7.tar.xz) = b33cc4934322bcbf6efcbacf49e3ca01aadbea4114ec9589d1b1e9d20f72954b

View File

@ -1,6 +1,6 @@
# Description: Vorbis codec library
# URL: https://www.xiph.org/vorbis/
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: libogg
name=libvorbis
@ -9,12 +9,12 @@ release=1
source=(https://downloads.xiph.org/releases/vorbis/$name-$version.tar.xz)
build() {
cd $name-$version
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr
make
make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
rm -rf $PKG/usr/share/doc
}