summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/linhes-theme/PKGBUILD
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-12-31 07:21:10 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-12-31 07:21:10 (GMT)
commit025c7771456a5e1a87e22dbdf0370a27d6f04d46 (patch)
treee337ec870e0da36bd4ea016d2b60d3f7b5ff99b1 /abs/core-testing/linhes-theme/PKGBUILD
parentb54df7a7c65972b7d39c5cabb54783cc0bc5f9e4 (diff)
downloadlinhes_pkgbuild-025c7771456a5e1a87e22dbdf0370a27d6f04d46.zip
linhes_pkgbuild-025c7771456a5e1a87e22dbdf0370a27d6f04d46.tar.gz
linhes_pkgbuild-025c7771456a5e1a87e22dbdf0370a27d6f04d46.tar.bz2
linhes-theme:moved to root of core.
Diffstat (limited to 'abs/core-testing/linhes-theme/PKGBUILD')
-rw-r--r--abs/core-testing/linhes-theme/PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/abs/core-testing/linhes-theme/PKGBUILD b/abs/core-testing/linhes-theme/PKGBUILD
new file mode 100644
index 0000000..353fefd
--- /dev/null
+++ b/abs/core-testing/linhes-theme/PKGBUILD
@@ -0,0 +1,17 @@
+# $Id: PKGBUILD 5936 2008-07-21 20:24:16Z thomas $
+# Maintainer: Cecil Watson<knoppmyth@gmail.com>
+
+pkgname=linhes-theme
+pkgver=1
+pkgrel=11
+pkgdesc="Default LinHES theme."
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://linhes.org/"
+source=(ftp://ftp.knoppmyth.net/R6/sources/linhes-theme.tar.bz2)
+
+build() {
+ cd $startdir/src/
+ mkdir -p $startdir/pkg/usr/share/mythtv/themes
+ cp -a LinHES $startdir/pkg/usr/share/mythtv/themes
+}