summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5b01fe461bde08b1879328e178f1d1b221c5e8dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
# Contributor: Andrew Mellor

pkgname=vstream-client
pkgver=1.2.1.1
pkgrel=2
pkgdesc="A fork off of the vstream library from the tivo-mplayer project."
arch=('i686' 'x86_64')
license=('GPL')
url='http://vstream-client.googlecode.com'
depends=('glibc')
makedepends=()
source=("http://vstream-client.googlecode.com/files/vstream-client-1.2.1.1.tar.bz2")
sha1sums=('16051dd522ac49c22fef54c377e3619d76b28721')

build() {
    cd "vstream-client-${pkgver}"
    ./configure --prefix="${pkgdir}/usr"
    make vstream-client
}

package() {
    cd "vstream-client-${pkgver}"
    make INSTALL='install -D' install
}