updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / vstream-client / PKGBUILD
blob11b15e2ef37da9c773e276bdb49c3635a1c11e9d
1 # Contributor: Andrew Mellor
2 pkgname=vstream-client
3 pkgver=1.2
4 pkgrel=1
5 pkgdesc="A fork off of the vstream library from the tivo-mplayer project."
6 arch=('i686' 'x86_64')
7 license=('GPL')
8 url="http://armory.nicewarrior.org/projects/vstream-client/"
9 depends=()
10 makedepends=()
11 source=("http://download.nicewarrior.org/vstream-client/vstream-client-1.2.tar.gz")
12 md5sums=('91088dad9234dd1176ddb84e6fbee69c')
14 build() {
15     cd ${srcdir}/vstream-client-${pkgver}
16     ./configure --prefix=${pkgdir}/usr
17     make vstream-client
18     make INSTALL='install -D' install