summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-02-14 10:40:37 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-02-14 10:40:37 (GMT)
commit441133fbe66112e68cf2f4c4f553bd9d00b1d961 (patch)
treef7d0cc0b9fd98c6c9fb2a61604893371e77189b1 /abs/extra-testing
parent41655a87c236b6eee2979bd1be18bb79d5fd190a (diff)
downloadlinhes_pkgbuild-441133fbe66112e68cf2f4c4f553bd9d00b1d961.zip
linhes_pkgbuild-441133fbe66112e68cf2f4c4f553bd9d00b1d961.tar.gz
linhes_pkgbuild-441133fbe66112e68cf2f4c4f553bd9d00b1d961.tar.bz2
Test themes...
Diffstat (limited to 'abs/extra-testing')
-rw-r--r--abs/extra-testing/linhes3/PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/abs/extra-testing/linhes3/PKGBUILD b/abs/extra-testing/linhes3/PKGBUILD
new file mode 100644
index 0000000..76dc62a
--- /dev/null
+++ b/abs/extra-testing/linhes3/PKGBUILD
@@ -0,0 +1,17 @@
+# $Id: PKGBUILD 5936 2008-07-21 20:24:16Z thomas $
+# Maintainer: Cecil Watson<knoppmyth@gmail.com>
+
+pkgname=linhes-theme3
+pkgver=1
+pkgrel=1
+pkgdesc="Test LinHES theme."
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://linhes.org/"
+source=(ftp://ftp.knoppmyth.net/R6/sources/linhes3.tar.bz2)
+
+build() {
+ cd $startdir/src/
+ mkdir -p $startdir/pkg/usr/share/mythtv/themes
+ cp -a LinHES3 $startdir/pkg/usr/share/mythtv/themes
+}