diff options
author | James Meyer <james.meyer@operamail.com> | 2009-05-06 00:11:15 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-05-06 00:11:15 (GMT) |
commit | 5ffe7692d8df44a6e93146aeb96d3105e4b39d52 (patch) | |
tree | f051cbd06a4f3f0472bba44db744295f4183261d /abs/extra-testing/linhes-theme3/PKGBUILD | |
parent | 20988fdeaf4910b85db57ba240145518ad732733 (diff) | |
parent | a14a8af402d2970fec1951314f384dadf440ec02 (diff) | |
download | linhes_pkgbuild-5ffe7692d8df44a6e93146aeb96d3105e4b39d52.zip linhes_pkgbuild-5ffe7692d8df44a6e93146aeb96d3105e4b39d52.tar.gz linhes_pkgbuild-5ffe7692d8df44a6e93146aeb96d3105e4b39d52.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/extra-testing/linhes-theme3/PKGBUILD')
-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 -} |