libshout: adopted port

This commit is contained in:
Tim Biermann 2023-08-13 10:49:10 +02:00
parent b90ccaddee
commit 208674bb0e
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 8 additions and 9 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35tD8SM02s1S02kRGspncD4FEv4GLNHcdonCS9gGb9V1glg8dgrJRYevPeHhXKvQs/tjkw/3bUs7VWy02fOK1wE=
SHA256 (Pkgfile) = 2f3f736b326251fc8d44aad521e3f39eb83e16ad5f54dfe5a263f4d4f429a063
RWSagIOpLGJF38voghXT4BWJhVlig5LzBTlGMsXK8g3SlYJ+cD8eBAPZsxOPxHDN9uAoB1PZhbUf3xyHVrmyWPKv6FqChil6dA0=
SHA256 (Pkgfile) = 4e794cead5c499f032d5563c693bbf59b540d554061a9d5281eb3c2ec3a44c15
SHA256 (.footprint) = f7952310f302b5db2138ce6d9184bc440e82319eef0692679c4961eb2a86de26
SHA256 (libshout-2.4.6.tar.gz) = 39cbd4f0efdfddc9755d88217e47f8f2d7108fa767f9d58a2ba26a16d8f7c910

View File

@ -1,6 +1,6 @@
# Description: Library for communicating with an icecast server.
# URL: https://www.icecast.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: libtheora openssl speex
name=libshout
@ -9,12 +9,11 @@ release=1
source=(https://downloads.us.xiph.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr
make
make install DESTDIR=$PKG
rm -r $PKG/usr/share/doc
make
make install DESTDIR=$PKG
rm -r $PKG/usr/share/doc
}