diff options
author | Unconfigured <Unconfigured> | 2009-12-02 21:05:47 (GMT) |
---|---|---|
committer | Unconfigured <Unconfigured> | 2009-12-02 21:05:47 (GMT) |
commit | aba971358e17369759ce6fda54870c1496c065e9 (patch) | |
tree | 3790afaf7b143ff0b055b6e3758ad7ac01202b97 /abs/core-testing/mythtv/stable/mythweather | |
parent | 5f484fb1104f638b319ba57e360b25e9445d8291 (diff) | |
download | linhes_pkgbuild-aba971358e17369759ce6fda54870c1496c065e9.zip linhes_pkgbuild-aba971358e17369759ce6fda54870c1496c065e9.tar.gz linhes_pkgbuild-aba971358e17369759ce6fda54870c1496c065e9.tar.bz2 |
mythtv: stable directory renamed to stable-0.21
Diffstat (limited to 'abs/core-testing/mythtv/stable/mythweather')
-rw-r--r-- | abs/core-testing/mythtv/stable/mythweather/PKGBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/abs/core-testing/mythtv/stable/mythweather/PKGBUILD b/abs/core-testing/mythtv/stable/mythweather/PKGBUILD deleted file mode 100644 index 201ea5d..0000000 --- a/abs/core-testing/mythtv/stable/mythweather/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $ -# Maintainer: Juergen Hoetzel <juergen@archlinux.org> -# Contributor: kleptophobiac@gmail.com - -pkgname=mythweather -pkgver=0.21 -pkgrel=3 -pkgdesc="Weather checking plugin for MythTV" -arch=('i686' 'x86_64') -url="http://www.mythtv.org" -license=('GPL') -depends=("mythtv>=${pkgver}" 'wget') -source=("ftp://ftp.knoppmyth.net/R6/sources/mythplugins-$pkgver-fixes.tar.bz2") -md5sums=('1b3e2a97b7ecf7373e162fe20b6faabe') -groups=('mythtv-extras') - -build() { - cd $startdir/src/mythplugins - . /etc/profile.d/qt3.sh - - # use QT3 qmake - export PATH=$QTDIR/bin:$PATH - - ./configure --prefix=/usr --enable-opengl --disable-all --enable-mythweather - - qmake mythplugins.pro - make qmake || return 1 - make -j 2 || return 1 - - make INSTALL_ROOT=$startdir/pkg install -} - |