blob: a40d6390003221a049ca2871460fcf19109b64fd (
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-clean-wide
pkgver=1
pkgrel=10
pkgdesc=""
url=""
license=""
depends=()
makedepends=()
conflicts=()
replaces=()
backup=()
arch=('i686')
#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/share/mythtv/themes
cp -rp $pkgname $startdir/pkg/usr/share/mythtv/themes/
}
|