🔒 Repository is read-only – file editing is disabled.

recipes/utils/libshout/PAGBUILD.yaml main

31 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031
pkgname: libshout
pkgver: '2.4.6'
pkgrel: '5'
pkgdesc: 'Library for accessing a shoutcast/icecast server'
url: 'https://www.icecast.org/'
arch: x86_64
depends: []
makedepends:
- libvorbis
- libtheora
- speex

source:
- 'https://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  sed -e 's/SSLeay_add_all_algorithms/OpenSSL_add_all_algorithms/g' \
  -i src/tls.c

  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
  make
  make DESTDIR=${PKGDIR} install

  rm -f ${PKGDIR}/usr/lib/${pkgname}.la

package: |
  true