Date: Monday, December 7, 2015 @ 02:05:55
  Author: allan
Revision: 149451

archrelease: copy trunk to community-staging-i686

Added:
  gsopcast/repos/community-staging-i686/
  gsopcast/repos/community-staging-i686/PKGBUILD
    (from rev 149450, gsopcast/trunk/PKGBUILD)

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

Copied: gsopcast/repos/community-staging-i686/PKGBUILD (from rev 149450, 
gsopcast/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-12-07 01:05:55 UTC (rev 149451)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora <[email protected]>
+# Contributor: pressh <pressh at gmail dot com>
+# Contributor: Alessio 'mOLOk' Bolognino <[email protected]>
+
+pkgname=gsopcast
+pkgver=0.4.0
+pkgrel=7
+pkgdesc="A GTK front-end of p2p TV sopcast"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/gsopcast/";
+license=('GPL')
+depends=('sopcast' 'gtk2' 'alsa-lib')
+makedepends=('perl-xml-parser' 'pkgconfig')
+source=("http://gsopcast.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('65e4f09d714455df809a58c12a76749f')
+                  
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  echo "#include <string.h>" >> ./src/header.h
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to