summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/stable-0.23/mythsmolt/PKGBUILD
blob: 904125187f0f0183a1055b450d431814e777201e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pkgname=mythsmolt
pkgver=0.23
pkgrel=4
pkgdesc="mythsmolt, a hardware profileing tool"
arch=('i686' 'x86_64')
url="http://www.mythvantage.com"
license=('GPL')
depends=("mythtv>=${pkgver}" urlgrabber python-simplejson)
source=("http://www.mythvantage.com/request.php?4" 'smolt_init_login.sh' 'mythsmolt.patch')

groups=('mythtv-extras')

build() {
   cd $startdir/src/mythsmolt
   patch -p1 < ../mythsmolt.patch || return 1
   ./configure.sh
   make || return 1
   make INSTALL_ROOT=$startdir/pkg install
   install -D -m 755 $srcdir/smolt_init_login.sh $pkgdir/etc/profile.d/smolt_init_login.sh
}
md5sums=('4641b425d1aa910d82972ebb3a8d4998'
         '57a3416d90e59abbd5062436583c17e1'
         '461350b3a7b9d7433cc11e2786e27005')