summaryrefslogtreecommitdiffstats
path: root/abs/not_built/core/mythtv/stable-0.24/mythsmolt/PKGBUILD
blob: c145741d9478f71ef6388ade1a497717050ff73c (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.24
pkgrel=9
pkgdesc="mythsmolt, a hardware profileing tool"
arch=('i686' 'x86_64')
url="http://www.mythvantage.com"
license=('GPL')
depends=("mythtv>=${pkgver}" urlgrabber python-simplejson python-pycurl)
#source=("http://jmeyer.us/download/mythsmolt.tar.gz" 'smolt_init_login.sh' 'mythsmolt.patch')
source=("http://jmeyer.us/download/mythsmolt.tar.gz" 'smolt_init_login.sh' )

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=('17d740c348301ab47ac557ad7402115b'
         '57a3416d90e59abbd5062436583c17e1')