1 # Contributor: joyfulgirl@archlinux.us
2 # Contributor: nathan owe ndowens04 at gmail dot com
3 # Contributor: Tomato <kario@wsisiz.edu.pl>
4 # Maintainer: N30N <archlinux@alunamation.com>
9 pkgdesc="Commandline downloader for popular video websites."
10 arch=("i686" "x86_64")
11 url="http://cclive.sourceforge.net/"
13 depends=("boost-libs" "pcre" "libquvi")
14 makedepends=("git" "boost")
18 _gitroot="git://repo.or.cz/cclive.git"
22 if [ -d ${_gitname} ]; then
28 git clone "${_gitroot}"
34 ./configure --prefix=/usr
35 make DESTDIR="${pkgdir}" install
38 # vim: set noet ff=unix: