updated on Tue Jan 10 00:10:07 UTC 2012
[aur-mirror.git] / cgetvid / PKGBUILD
blob1963e04d624395ca42d2c952ef992effaf2c4ff5
1 # Maintainer: Jakob Nixdorf <flocke [swirly thing] shadowice [dot] org>
3 pkgname=cgetvid
4 pkgver=2.5.0
5 pkgrel=2
6 pkgdesc="cgetvid is an easily extensible video downloader"
7 url="https://shadowice.org/?p=cgetvid"
8 arch=('x86_64' 'i686')
9 license=(GPL3)
10 depends=('youtube-dl' 'rtmpdump' 'c_download')
11 makedepends=('cmake')
12 conflicts=('cgetvid-git')
13 source=(ftp://shadowice.org/projects/cgetvid/cgetvid-${pkgver}.tar.xz)
14 md5sums=('07f48e01af2e4cb208c0ae400745d7bc')
16 build() {
18 cd ${srcdir}/${pkgname}-${pkgver}
19 cmake . -DCMAKE_INSTALL_PREFIX=/usr/ || return 1
20 make || return 1
21 make DESTDIR=${pkgdir} install || return 1