diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-14 10:40:37 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-14 10:40:37 (GMT) |
commit | 441133fbe66112e68cf2f4c4f553bd9d00b1d961 (patch) | |
tree | f7d0cc0b9fd98c6c9fb2a61604893371e77189b1 /abs/extra-testing | |
parent | 41655a87c236b6eee2979bd1be18bb79d5fd190a (diff) | |
download | linhes_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/PKGBUILD | 17 |
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 +} |