Date: Thursday, February 18, 2016 @ 08:42:40 Author: arojas Revision: 259940
archrelease: copy trunk to testing-i686, testing-x86_64 Added: libshout/repos/testing-i686/ libshout/repos/testing-i686/PKGBUILD (from rev 259939, libshout/trunk/PKGBUILD) libshout/repos/testing-x86_64/ libshout/repos/testing-x86_64/PKGBUILD (from rev 259939, libshout/trunk/PKGBUILD) -------------------------+ testing-i686/PKGBUILD | 28 ++++++++++++++++++++++++++++ testing-x86_64/PKGBUILD | 28 ++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) Copied: libshout/repos/testing-i686/PKGBUILD (from rev 259939, libshout/trunk/PKGBUILD) =================================================================== --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-02-18 07:42:40 UTC (rev 259940) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Giovanni Scafora <giova...@archlinux.org> +# Contributor: arjan <ar...@archlinux.org> +# Contributor: Jason Chu <j...@xentac.net> + +pkgname=libshout +pkgver=2.4.1 +pkgrel=1 +epoch=1 +pkgdesc="Library for accessing a shoutcast/icecast server" +arch=('i686' 'x86_64') +depends=('libvorbis' 'libtheora' 'speex' 'openssl') +url="http://www.icecast.org/" +options=('!emptydirs') +license=('LGPL') +source=("http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz") +md5sums=('89cebf8cb0197f639cde69c95177fe47') + +build() { + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install +} Copied: libshout/repos/testing-x86_64/PKGBUILD (from rev 259939, libshout/trunk/PKGBUILD) =================================================================== --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-02-18 07:42:40 UTC (rev 259940) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Giovanni Scafora <giova...@archlinux.org> +# Contributor: arjan <ar...@archlinux.org> +# Contributor: Jason Chu <j...@xentac.net> + +pkgname=libshout +pkgver=2.4.1 +pkgrel=1 +epoch=1 +pkgdesc="Library for accessing a shoutcast/icecast server" +arch=('i686' 'x86_64') +depends=('libvorbis' 'libtheora' 'speex' 'openssl') +url="http://www.icecast.org/" +options=('!emptydirs') +license=('LGPL') +source=("http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz") +md5sums=('89cebf8cb0197f639cde69c95177fe47') + +build() { + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install +}