[arch-commits] Commit in libshout/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Wed Mar 2 18:11:25 UTC 2016


    Date: Wednesday, March 2, 2016 @ 19:11:25
  Author: foutrelis
Revision: 260515

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libshout/repos/staging-i686/
  libshout/repos/staging-i686/PKGBUILD
    (from rev 260514, libshout/trunk/PKGBUILD)
  libshout/repos/staging-x86_64/
  libshout/repos/staging-x86_64/PKGBUILD
    (from rev 260514, libshout/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: libshout/repos/staging-i686/PKGBUILD (from rev 260514, libshout/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-03-02 18:11:25 UTC (rev 260515)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: arjan <arjan at archlinux.org>
+# Contributor: Jason Chu <jchu at xentac.net>
+
+pkgname=libshout
+pkgver=2.4.1
+pkgrel=2
+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/staging-x86_64/PKGBUILD (from rev 260514, libshout/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-03-02 18:11:25 UTC (rev 260515)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: arjan <arjan at archlinux.org>
+# Contributor: Jason Chu <jchu at xentac.net>
+
+pkgname=libshout
+pkgver=2.4.1
+pkgrel=2
+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
+}



More information about the arch-commits mailing list