1 # Maintainer: kfgz <kfgz at interia dot pl>
2 # Contributor: archtux <antonio dot arias99999 at gmail dot com>
7 pkgdesc="Application for downloading videos from Youtube and other similar video websites"
9 url="http://nomnom.sourceforge.net/"
11 depends=('qt' 'quvi' 'umph' 'qjson' 'curl')
16 _gitroot=http://repo.or.cz/r/nomnom.git
21 msg "Connecting to GIT server...."
23 if [ -d "${srcdir}"/${_gitname} ]; then
26 msg "The local files are updated..."
31 msg "GIT checkout done or server timeout"
32 msg "Starting make..."
34 if [ -d "${srcdir}"/${_gitname}-build ]; then
35 msg "Cleaning the previous build directory..."
36 rm -rf "${srcdir}"/${_gitname}-build
39 git clone "${srcdir}"/${_gitname} "${srcdir}"/${_gitname}-build
41 cd "${srcdir}"/${_gitname-build}
44 ./configure --prefix=/usr
49 cd "${srcdir}"/${_gitname-build}
50 make DESTDIR="${pkgdir}" install