blob: e160f46181c8bb4816acd1b5f6eb2d4f79644aee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgname=syth-lacquer-wide
pkgver=4
pkgrel=1
pkgdesc="Syth for mythtv .21"
url=""
license=""
depends=()
makedepends=()
conflicts=()
replaces=()
backup=()
arch='i686'
source=(http://www.mythvantage.com/src/syth-lacquer-wide.tgz)
md5sums=()
build() {
cd $startdir/src
mkdir -p $startdir/pkg/usr/local/share/mythtv/themes
cp -rp $pkgname $startdir/pkg/usr/local/share/mythtv/themes/
}
|