1 # Contributor: twa022 <twa022@gmail.com>
6 url="http://sourceforge.net/projects/gmyth/"
7 pkgdesc="Library to access MythTV backend services."
10 depends=('gmyth' 'libupnp' 'clinkc')
12 source=(http://downloads.sourceforge.net/sourceforge/gmyth/${pkgname}-${pkgver}.tar.gz)
13 md5sums=('f569d565c9cb12d50e88d23a603c7fcb')
16 cd "${srcdir}/${pkgname}-${pkgver}"
17 ./configure --prefix=/usr || return 1
19 make DESTDIR="${pkgdir}" install || return 1