ports/opt (3.5): libogg: picked up port
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 9d0e5b3be35bbe951c638f87b3e7f996b132e4a4 Author: Danny Rawlins <monster.romster@gmail.com> Date: Wed Aug 21 21:35:11 2019 +1000 libogg: picked up port diff --git a/libogg/.signature b/libogg/.signature index 76cc95e28..2d19b0cd7 100644 --- a/libogg/.signature +++ b/libogg/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/R9m3kU5hdNVnYdVIs0WBXdJC0EBTmwuuz9C2lZD2IRBL9fnNJPSJgK+45h2RwBPiL9GQHOICiYceD+aUKY4zw0= -SHA256 (Pkgfile) = f30606214156e2c9051fdd60f78be71af8df51f521e8939092572ecd1d569088 +RWSE3ohX2g5d/Zc4DfBRaD/7KFkbhGJWPtGp5HktG37SQYx39yqUAPr2NePE/e+Jb95PCWhlIEhMzD7QhBo76tRvplT/W3c4JQU= +SHA256 (Pkgfile) = 9738c4a80e2a815465d16632a7d0c7454d2df9fbc97ee25b48c02c7f8c39e0b7 SHA256 (.footprint) = f6ef70700405c442ef627e717f9f6d39833af9430b84eef8372571ac8bb4da86 SHA256 (libogg-1.3.3.tar.xz) = 4f3fc6178a533d392064f14776b23c397ed4b9f48f5de297aba73b643f955c08 diff --git a/libogg/Pkgfile b/libogg/Pkgfile index 46bbfd1da..b18aece8c 100644 --- a/libogg/Pkgfile +++ b/libogg/Pkgfile @@ -1,18 +1,16 @@ # Description: Ogg bitstream and framing library # URL: http://www.xiph.org/ogg/ -# Maintainer: Jose V Beneyto, sepen at crux dot nu -# Packager: Tilman Sauerbeck, tilman at crux dot nu - +# Maintainer: Danny Rawlins, crux at romster dot me name=libogg version=1.3.3 release=1 -source=(http://downloads.xiph.org/releases/ogg/$name-$version.tar.xz) +source=(https://downloads.xiph.org/releases/ogg/$name-$version.tar.xz) build() { - cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install - rm -rf $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