diff options
author | Nathan Harris <nharris@eoimaging.com> | 2009-02-08 22:20:20 (GMT) |
---|---|---|
committer | Nathan Harris <nharris@eoimaging.com> | 2009-02-08 22:20:20 (GMT) |
commit | d2cbfc286c25f31f20433e9149a0e62c4aaf900f (patch) | |
tree | df940ae978797d62f346f465b91736b45d096649 /abs/core-testing/mythtv/trunk/myththemes | |
parent | 7ee47af1a90327ecdd7ff9d790f2022545366b55 (diff) | |
download | linhes_pkgbuild-d2cbfc286c25f31f20433e9149a0e62c4aaf900f.zip linhes_pkgbuild-d2cbfc286c25f31f20433e9149a0e62c4aaf900f.tar.gz linhes_pkgbuild-d2cbfc286c25f31f20433e9149a0e62c4aaf900f.tar.bz2 |
The new structure... does not work yet.
Diffstat (limited to 'abs/core-testing/mythtv/trunk/myththemes')
-rwxr-xr-x | abs/core-testing/mythtv/trunk/myththemes/PKGBUILD | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/abs/core-testing/mythtv/trunk/myththemes/PKGBUILD b/abs/core-testing/mythtv/trunk/myththemes/PKGBUILD new file mode 100755 index 0000000..8cd0d04 --- /dev/null +++ b/abs/core-testing/mythtv/trunk/myththemes/PKGBUILD @@ -0,0 +1,36 @@ +pkgname=mythv-themes-svn +pkgver=15924 +pkgrel=4 +pkgdesc="themes for mythtv" +url="http://www.mythtv.org" +license="GPL" +depends=( ) +#makedepends=('sqlite3' 'sed') +conflicts=() +replaces=() +backup=() +#install='mythtv.install' +source=() +arch=('i686') +md5sums=() +_svntrunk=http://cvs.mythtv.org/svn/trunk/myththemes +_svnmod=myththemes + +build() { +echo svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod + svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod +#svn co http://cvs.mythtv.org/svn/trunk/mythtv +#svn co http://cvs.mythtv.org/svn/trunk/mythplugins +#svn co http://cvs.mythtv.org/svn/trunk/myththemes +cd $startdir/src/myththemes + make distclean + ./configure + #./configure --disable-all --enable-mythweather --enable-fftw --disable-aac + make || return 1 + make INSTALL_ROOT=$startdir/pkg install +# cd $startdir/src/$pkgname +# cd mythmovietime +# make || return 1 +# make INSTALL_ROOT=$startdir/pkg install + +} |