[arch-commits] Commit in (4 files)

Giovanni Scafora giovanni at archlinux.org
Thu Feb 11 20:26:32 UTC 2010


    Date: Thursday, February 11, 2010 @ 15:26:31
  Author: giovanni
Revision: 68224

Initial import

Added:
  mythtv-contrib/
  mythtv-contrib/repos/
  mythtv-contrib/trunk/
  mythtv-contrib/trunk/PKGBUILD

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

Added: mythtv-contrib/trunk/PKGBUILD
===================================================================
--- mythtv-contrib/trunk/PKGBUILD	                        (rev 0)
+++ mythtv-contrib/trunk/PKGBUILD	2010-02-11 20:26:31 UTC (rev 68224)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=mythtv-contrib
+pkgver=0.22
+pkgrel=1
+pkgdesc="Utilities for use with the Mythtv"
+arch=('any')
+url="http://www.mythtv.org/"
+license=('GPL')
+depends=("mythtv>=${pkgver}")
+optdepends=('tk: required by tkmythremote')
+source=(ftp://ftp.osuosl.org/pub/mythtv/mythtv-${pkgver}.tar.bz2)
+md5sums=('e8f8b5b6a51cd7be700e215b2a1bf2c0')
+
+build() {
+  cd "${srcdir}/mythtv-${pkgver}"
+
+  install -dm755 ${pkgdir}/usr/share/mythtv
+  cp -a contrib/$i ${pkgdir}/usr/share/mythtv
+  cd database
+  cp -a mc.sql ${pkgdir}/usr/share/mythtv
+}


Property changes on: mythtv-contrib/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list