summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/myth/release-fixes/syth-lacquer-clean/PKGBUILD
blob: 1f47a47930fee1cce085daa68be4c4551fe871c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
pkgname=syth-lacquer-clean-wide
pkgver=1
pkgrel=9
pkgdesc=""
url=""
license=""
depends=()
makedepends=()
conflicts=()
replaces=()
backup=()
#source=($pkgname.tar.bz2)
source=(http://jmeyer.us/e107_files/downloads/SVN/$pkgname.tar.bz2)

md5sums=()

build() {
  cd $startdir/src
  mkdir -p $startdir/pkg/usr/local/share/mythtv/themes
  cp -rp $pkgname $startdir/pkg/usr/local/share/mythtv/themes/

}