summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/linhes-theme3
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-03-14 03:18:01 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-03-14 03:18:01 (GMT)
commit602f7824301d7a7f6db3aabff4db7c041824ce95 (patch)
tree71edb59c38447a01524b5d0f55491a7e2f43f645 /abs/extra-testing/linhes-theme3
parent5d6e92f692db21808b8cd0bb03dbddd882646a25 (diff)
downloadlinhes_pkgbuild-602f7824301d7a7f6db3aabff4db7c041824ce95.zip
linhes_pkgbuild-602f7824301d7a7f6db3aabff4db7c041824ce95.tar.gz
linhes_pkgbuild-602f7824301d7a7f6db3aabff4db7c041824ce95.tar.bz2
rename linhes3 to linhes-theme3
Diffstat (limited to 'abs/extra-testing/linhes-theme3')
-rw-r--r--abs/extra-testing/linhes-theme3/PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/abs/extra-testing/linhes-theme3/PKGBUILD b/abs/extra-testing/linhes-theme3/PKGBUILD
new file mode 100644
index 0000000..76dc62a
--- /dev/null
+++ b/abs/extra-testing/linhes-theme3/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
+}