diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-05-05 23:08:06 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-05-05 23:08:06 (GMT) |
commit | a14a8af402d2970fec1951314f384dadf440ec02 (patch) | |
tree | 506eb4610c08d5ed75f362918ca5b97bd87c0371 | |
parent | d5d58a5d377c3ec976a645b7b45505323b456906 (diff) | |
download | linhes_pkgbuild-a14a8af402d2970fec1951314f384dadf440ec02.zip linhes_pkgbuild-a14a8af402d2970fec1951314f384dadf440ec02.tar.gz linhes_pkgbuild-a14a8af402d2970fec1951314f384dadf440ec02.tar.bz2 |
Testing version... Removed.
-rw-r--r-- | abs/extra-testing/linhes-theme3/PKGBUILD | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/abs/extra-testing/linhes-theme3/PKGBUILD b/abs/extra-testing/linhes-theme3/PKGBUILD deleted file mode 100644 index 76dc62a..0000000 --- a/abs/extra-testing/linhes-theme3/PKGBUILD +++ /dev/null @@ -1,17 +0,0 @@ -# $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 -} |