summaryrefslogtreecommitdiffstats
path: root/abs/core/linhes-theme/PKGBUILD
blob: 8b43941e0b37cc11c5cb59ae0ce94903a18e29a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id: PKGBUILD 5936 2008-07-21 20:24:16Z thomas $
# Maintainer: Cecil Watson<knoppmyth@gmail.com>

pkgname=linhes-theme
pkgver=1.4
pkgrel=1
pkgdesc="Default LinHES theme."
arch=('i686' 'x86_64')
license=('GPL2')
url="http://linhes.org/"
source=(ftp://ftp.knoppmyth.net/R6/sources/linhes-theme-1.4.tar.bz2)

build() {
  cd $startdir/src/
  mkdir -p $startdir/pkg/usr/share/mythtv/themes
  cp -a LinHES $startdir/pkg/usr/share/mythtv/themes
}
md5sums=('5f67ba0e244a1027c7d473b1a2b159fe')