diff options
| author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-26 19:35:05 (GMT) | 
|---|---|---|
| committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-26 19:35:05 (GMT) | 
| commit | 1c50f83d6e7d4b0f5bdff9edd9e3a71a25abe423 (patch) | |
| tree | 56168195084f9a484e47ceaeb1861e0f1870ac82 | |
| parent | 426a866ca1a2e26518cc2d62ea9493c949ad7785 (diff) | |
| download | linhes_pkgbuild-1c50f83d6e7d4b0f5bdff9edd9e3a71a25abe423.zip linhes_pkgbuild-1c50f83d6e7d4b0f5bdff9edd9e3a71a25abe423.tar.gz linhes_pkgbuild-1c50f83d6e7d4b0f5bdff9edd9e3a71a25abe423.tar.bz2 | |
Added mythstream.install to PKGBUILD.  Bumped ver.
| -rw-r--r-- | abs/core-testing/mythtv/stable/mythstream/PKGBUILD | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/abs/core-testing/mythtv/stable/mythstream/PKGBUILD b/abs/core-testing/mythtv/stable/mythstream/PKGBUILD index d9afa8a..0bfe8ad 100644 --- a/abs/core-testing/mythtv/stable/mythstream/PKGBUILD +++ b/abs/core-testing/mythtv/stable/mythstream/PKGBUILD @@ -4,7 +4,7 @@  pkgname=mythstream  pkgver=0.18_1 -pkgrel=5 +pkgrel=6  pkgdesc="Unofficial MythTV plugin for Internet audio and video streams."  arch=('i686' 'x86_64')  url="http://home.kabelfoon.nl/~moongies/streamtuned.html" @@ -12,6 +12,7 @@ license=('GPL')  depends=('mythtv' 'perl-xml-simple')  source=("http://home.kabelfoon.nl/~moongies/sw9vc4htz2/mythstream-v0.18_1.tar.gz" "http://home.kabelfoon.nl/~moongies/sw9vc4htz2/mythstream.cpp.patch_svn20071123" "mythstream.diff")  md5sums=('') +install=mythstream.install  groups=('mythtv-extras')  build() { | 
