summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/stable-0.22/mythsmolt/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-01-28 03:14:33 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-01-28 03:14:33 (GMT)
commit690a8661656b6e8f1b1d53e164c25ae384743594 (patch)
tree9924953f4f776cd84462ce9b2ebf1c252c679b1d /abs/core-testing/mythtv/stable-0.22/mythsmolt/PKGBUILD
parent20b7f9d898bdb9e85590a83dd8f00d87befb52b9 (diff)
downloadlinhes_pkgbuild-690a8661656b6e8f1b1d53e164c25ae384743594.zip
linhes_pkgbuild-690a8661656b6e8f1b1d53e164c25ae384743594.tar.gz
linhes_pkgbuild-690a8661656b6e8f1b1d53e164c25ae384743594.tar.bz2
mythsmolt: updated for mythtv .22 and beyond.
Diffstat (limited to 'abs/core-testing/mythtv/stable-0.22/mythsmolt/PKGBUILD')
-rw-r--r--abs/core-testing/mythtv/stable-0.22/mythsmolt/PKGBUILD18
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
+}