diff options
author | James Meyer <james.meyer@operamail.com> | 2010-01-28 03:14:33 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-01-28 03:14:33 (GMT) |
commit | 690a8661656b6e8f1b1d53e164c25ae384743594 (patch) | |
tree | 9924953f4f776cd84462ce9b2ebf1c252c679b1d | |
parent | 20b7f9d898bdb9e85590a83dd8f00d87befb52b9 (diff) | |
download | linhes_pkgbuild-690a8661656b6e8f1b1d53e164c25ae384743594.zip linhes_pkgbuild-690a8661656b6e8f1b1d53e164c25ae384743594.tar.gz linhes_pkgbuild-690a8661656b6e8f1b1d53e164c25ae384743594.tar.bz2 |
mythsmolt: updated for mythtv .22 and beyond.
-rw-r--r-- | abs/core-testing/mythtv/stable-0.22/mythsmolt/PKGBUILD | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/abs/core-testing/mythtv/stable-0.22/mythsmolt/PKGBUILD b/abs/core-testing/mythtv/stable-0.22/mythsmolt/PKGBUILD new file mode 100644 index 0000000..aaec92e --- /dev/null +++ b/abs/core-testing/mythtv/stable-0.22/mythsmolt/PKGBUILD @@ -0,0 +1,18 @@ +pkgname=mythsmolt +pkgver=0.22 +pkgrel=8 +pkgdesc="mythsmolt, a hardware profileing tool" +arch=('i686' 'x86_64') +url="http://www.mythvantage.com" +license=('GPL') +depends=("mythtv>=${pkgver}" urlgrabber) +source=("http://www.mythvantage.com/request.php?4") + +groups=('mythtv-extras') + +build() { + cd $startdir/src/mythsmolt + ./configure.sh + make || return 1 + make INSTALL_ROOT=$startdir/pkg install +} |