summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/trunk/mythweather/PKGBUILD
diff options
context:
space:
mode:
authorNathan Harris <nharris@eoimaging.com>2009-06-16 18:56:28 (GMT)
committerNathan Harris <nharris@eoimaging.com>2009-06-16 18:56:28 (GMT)
commita3cc7a8ca28ca1b58077963d46f6b18d8bb92fe0 (patch)
tree2b4b9767fbabf9f92c33fec823d290d8bee9b232 /abs/core-testing/mythtv/trunk/mythweather/PKGBUILD
parent7ea54e94edf113f577fecc27793fe03a8a5080da (diff)
downloadlinhes_pkgbuild-a3cc7a8ca28ca1b58077963d46f6b18d8bb92fe0.zip
linhes_pkgbuild-a3cc7a8ca28ca1b58077963d46f6b18d8bb92fe0.tar.gz
linhes_pkgbuild-a3cc7a8ca28ca1b58077963d46f6b18d8bb92fe0.tar.bz2
mythtv-svn: updated to svn 20713 plus new HD-PVR patches
Diffstat (limited to 'abs/core-testing/mythtv/trunk/mythweather/PKGBUILD')
-rw-r--r--abs/core-testing/mythtv/trunk/mythweather/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/abs/core-testing/mythtv/trunk/mythweather/PKGBUILD b/abs/core-testing/mythtv/trunk/mythweather/PKGBUILD
index 675418c..d1f888f 100644
--- a/abs/core-testing/mythtv/trunk/mythweather/PKGBUILD
+++ b/abs/core-testing/mythtv/trunk/mythweather/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mythweather-svn
-pkgver=20684
+pkgver=20713
pkgrel=1
pkgdesc="Weather checking plugin for MythTV"
url="http://www.mythtv.org"
@@ -19,7 +19,7 @@ _svnmod=mythplugins
build() {
svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
-# svn co $_svntrunk --config-dir ./ $_svnmod
+ svn revert -R $_svnmod
cd $startdir/src/$_svnmod
@@ -35,6 +35,9 @@ build() {
[ "$CARCH" = "i686" ] && ARCH="i686"
[ "$CARCH" = "x86_64" ] && ARCH="x86-64"
+ # clean up
+ make distclean
+
# configure
./configure --prefix=/usr --cpu=${ARCH} --disable-all --enable-opengl \
--enable-mythweather || return 1