[arch-commits] Commit in (4 files)

Felix Yan fyan at archlinux.org
Sun Feb 7 04:48:25 UTC 2016


    Date: Sunday, February 7, 2016 @ 05:48:25
  Author: fyan
Revision: 160513

addpkg: lib32-libshout 2.3.1-2

Added:
  lib32-libshout/
  lib32-libshout/repos/
  lib32-libshout/trunk/
  lib32-libshout/trunk/PKGBUILD

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Added: lib32-libshout/trunk/PKGBUILD
===================================================================
--- lib32-libshout/trunk/PKGBUILD	                        (rev 0)
+++ lib32-libshout/trunk/PKGBUILD	2016-02-07 04:48:25 UTC (rev 160513)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: GordonGR <gordongr at freemail.gr>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: arjan <arjan at archlinux.org>
+# Contributor: Jason Chu <jchu at xentac.net>
+
+pkgname=lib32-libshout
+_pkgname=libshout
+pkgver=2.3.1
+pkgrel=2
+pkgdesc="Library for accessing a shoutcast/icecast server (32 bit)"
+arch=('x86_64')
+depends=('lib32-libvorbis' 'lib32-libtheora' 'lib32-speex' 'libshout')
+url="http://www.icecast.org/"
+options=('!emptydirs')
+license=('LGPL')
+source=("http://downloads.xiph.org/releases/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+md5sums=('11765b2592e7ea623ccd93d3f8df172c')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib32 --libexecdir=/usr/lib32
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  cd "$pkgdir/usr/"
+  rm -rf {include,share}/
+}


Property changes on: lib32-libshout/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list