diff options
author | James Meyer <james.meyer@operamail.com> | 2012-12-01 18:26:09 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-12-01 18:26:22 (GMT) |
commit | e2c33b0fae1fa4af8bbbfc917eb8e13a3ac0cb37 (patch) | |
tree | bee3fe89f2988dd244e11791755e129aa8c03b14 /abs/core/mythstream/PKGBUILD | |
parent | 8132c218cfc1f1acb1c6d12154e0d4ca075e77f2 (diff) | |
download | linhes_pkgbuild-e2c33b0fae1fa4af8bbbfc917eb8e13a3ac0cb37.zip linhes_pkgbuild-e2c33b0fae1fa4af8bbbfc917eb8e13a3ac0cb37.tar.gz linhes_pkgbuild-e2c33b0fae1fa4af8bbbfc917eb8e13a3ac0cb37.tar.bz2 |
Mass move of uncompiled packages to abs_not_built.
The will sit here for a bit, and then will be removed completely if no one claims them.
Diffstat (limited to 'abs/core/mythstream/PKGBUILD')
-rw-r--r-- | abs/core/mythstream/PKGBUILD | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/abs/core/mythstream/PKGBUILD b/abs/core/mythstream/PKGBUILD deleted file mode 100644 index 73fbf25..0000000 --- a/abs/core/mythstream/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $ -# Maintainer: Juergen Hoetzel <juergen@archlinux.org> -# Contributor: kleptophobiac@gmail.com - -pkgname=mythstream -pkgver=0.18_3 -pkgrel=13 -pkgdesc="Unofficial MythTV plugin for Internet audio and video streams." -arch=('i686' 'x86_64') -url="http://home.kabelfoon.nl/~moongies/streamtuned.html" -license=('GPL') -depends=('mythtv' 'perl-xml-simple' 'fftw' 'fftw2' 'perl-xml-xql') -source=("http://home.kabelfoon.nl/~moongies/sw9vc4htz2/mythstream_mythtv-r21640.tar.gz" "mythstream.0.24.patch" "streams.res") -md5sums=('') -install=mythstream.install -groups=('mythtv-extras') -install=mythstream.install - -build() { - cd $startdir/src/mythstream_mythtv-r21640 - ln -s ../../../mythtv/stable-0.24/mythtv/src/mythtv/mythtv/libs/lib* . - - patch -p1 < ../mythstream.0.24.patch || return 1 - - export QTDIR=/usr/lib/qt - export PATH=$QTDIR/bin:$PATH - - qmake mythstream.pro - make qmake || return 1 - - make INSTALL_ROOT=$startdir/pkg install - cp $srcdir/streams.res $pkgdir/usr/share/mythtv/mythstream -} - -md5sums=('ba354b83fefe6028c5379fb832a44b6a' - '69804486cde663586283cf2a226f0ed4' - 'b7fb47a56b6809938f237632174faeb2') |