[arch-commits] Commit in kodi-pvr-addons/repos (4 files)

Ike Devolder idevolder at archlinux.org
Thu Jan 1 08:48:56 UTC 2015


    Date: Thursday, January 1, 2015 @ 09:48:55
  Author: idevolder
Revision: 125113

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  kodi-pvr-addons/repos/community-testing-i686/
  kodi-pvr-addons/repos/community-testing-i686/PKGBUILD
    (from rev 125112, kodi-pvr-addons/trunk/PKGBUILD)
  kodi-pvr-addons/repos/community-testing-x86_64/
  kodi-pvr-addons/repos/community-testing-x86_64/PKGBUILD
    (from rev 125112, kodi-pvr-addons/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: kodi-pvr-addons/repos/community-testing-i686/PKGBUILD (from rev 125112, kodi-pvr-addons/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2015-01-01 08:48:55 UTC (rev 125113)
@@ -0,0 +1,32 @@
+# $Id
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: BlackEagle <ike.devolder at gmail.com>>
+
+pkgname=kodi-pvr-addons
+pkgver=20141212
+_relname='Helix_rc3'
+pkgrel=1
+pkgdesc="PVR add-ons for current stable kodi"
+arch=('i686' 'x86_64')
+url="https://github.com/opdenkamp/xbmc-pvr-addons"
+license=('GPL3')
+depends=('kodi')
+makedepends=('git' 'libmysqlclient' 'boost')
+optdepends=('tvheadend-git: tvheadend backend' 'mythtv: mythtv backend')
+replaces=('xbmc-pvr-addons')
+conflicts=('xbmc-pvr-addons' 'xbmc-pvr-addons-git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/opdenkamp/xbmc-pvr-addons/archive/${_relname}.tar.gz")
+
+build() {
+  cd "$srcdir/xbmc-pvr-addons-${_relname}"
+  ./bootstrap
+  ./configure --prefix=/usr --enable-addons-with-dependencies
+  make
+}
+
+package() {
+  cd "$srcdir/xbmc-pvr-addons-${_relname}"
+  make DESTDIR="$pkgdir/" install
+}
+
+sha256sums=('e48de53c58245e512095d515d463f013e51e165fc617f1cb93e443cdd9f5096b')

Copied: kodi-pvr-addons/repos/community-testing-x86_64/PKGBUILD (from rev 125112, kodi-pvr-addons/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2015-01-01 08:48:55 UTC (rev 125113)
@@ -0,0 +1,32 @@
+# $Id
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: BlackEagle <ike.devolder at gmail.com>>
+
+pkgname=kodi-pvr-addons
+pkgver=20141212
+_relname='Helix_rc3'
+pkgrel=1
+pkgdesc="PVR add-ons for current stable kodi"
+arch=('i686' 'x86_64')
+url="https://github.com/opdenkamp/xbmc-pvr-addons"
+license=('GPL3')
+depends=('kodi')
+makedepends=('git' 'libmysqlclient' 'boost')
+optdepends=('tvheadend-git: tvheadend backend' 'mythtv: mythtv backend')
+replaces=('xbmc-pvr-addons')
+conflicts=('xbmc-pvr-addons' 'xbmc-pvr-addons-git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/opdenkamp/xbmc-pvr-addons/archive/${_relname}.tar.gz")
+
+build() {
+  cd "$srcdir/xbmc-pvr-addons-${_relname}"
+  ./bootstrap
+  ./configure --prefix=/usr --enable-addons-with-dependencies
+  make
+}
+
+package() {
+  cd "$srcdir/xbmc-pvr-addons-${_relname}"
+  make DESTDIR="$pkgdir/" install
+}
+
+sha256sums=('e48de53c58245e512095d515d463f013e51e165fc617f1cb93e443cdd9f5096b')



More information about the arch-commits mailing list