[arch-commits] Commit in gsopcast/repos (2 files)

Allan McRae allan at archlinux.org
Mon Dec 7 01:05:56 UTC 2015


    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 <giovanni at archlinux.org>
+# Contributor: pressh <pressh at gmail dot com>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+
+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
+}



More information about the arch-commits mailing list