1
0
forked from ports/opt

libogg: adopted port

This commit is contained in:
Tim Biermann 2023-08-27 17:37:30 +02:00
parent 5b7385bfb8
commit 7414e16032
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 10 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/af3Z3Sgf/5R8Ql7k0CQgSIMGLpG+JIkZj/0EjO2nDt1mzyZMrkzgqnwtSOsM/z7S8QNZpFb9WWcOHr278+KHAk=
SHA256 (Pkgfile) = 7a5b4deb1dd447b7378f1a0885f5830f20affb0e28c776b163e031140d8039ed
RWSE3ohX2g5d/VMsRZl3WsZxDxA0E5zA+N4A42x3nExn7DjrZfpc9OVbc3I8PtYjMaluuY90pUaIwuA4xo5ghyvxzPZOTHQKFA8=
SHA256 (Pkgfile) = 318794efa8f51fcbdc84098b1c322a74492f5224b616cae023aa4bc979c095d5
SHA256 (.footprint) = 5bb24778055ccfb3aa74271c6bbfe58abad013060675d4d83bbc3a7b5a905786
SHA256 (libogg-1.3.5.tar.xz) = c4d91be36fc8e54deae7575241e03f4211eb102afb3fc0775fbbc1b740016705

View File

@ -1,6 +1,6 @@
# Description: Ogg bitstream and framing library
# URL: https://www.xiph.org/ogg/
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: Tim Biermann, tbier at posteo dot de
name=libogg
version=1.3.5
@ -8,9 +8,11 @@ release=1
source=(https://downloads.xiph.org/releases/ogg/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}