ports/opt (3.8): libogg: adopted port
commit 7414e16032d5bdc7e4f06dc6e4e0b1bdea350d38 Author: Tim Biermann <tbier@posteo.de> Date: Sun Aug 27 17:37:30 2023 +0200 libogg: adopted port diff --git a/libogg/.signature b/libogg/.signature index 550786d47..2b8bb0855 100644 --- a/libogg/.signature +++ b/libogg/.signature @@ -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 diff --git a/libogg/Pkgfile b/libogg/Pkgfile index 263a69cdf..85182a197 100644 --- a/libogg/Pkgfile +++ b/libogg/Pkgfile @@ -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 }
participants (1)
-
crux@crux.nu