updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / nomnom-git / PKGBUILD
blobaa2255d97e01842c6a1f42dbece80d2bcf7a3d33
1 # Maintainer: archtux <antonio.arias99999@gmail.com>
3 pkgname=nomnom-git
4 pkgver=20101205
5 pkgrel=1
6 pkgdesc="Application for downloading videos from Youtube and other similar video websites"
7 arch=('i686' 'x86_64')
8 url="http://nomnom.sourceforge.net/"
9 license=('GPL3')
10 depends=('qt' 'quvi>=0.2.8' 'umph')
11 makedepends=('git')
12 conflicts=('nomnom')
14 _gitname=nomnom
15 _gitroot=http://repo.or.cz/r/nomnom.git
17 build() {
18   cd $srcdir
19   msg "Connecting to GIT server...."
20   rm  -rf $srcdir/$_gitname-build
22   if [ -d $_gitname ]; then
23    cd $_gitname
24    git pull origin
25     else
26    git clone $_gitroot
27      fi
29   msg "GIT checkout done or server timeout"
30   msg "Starting make..."
32   cd $srcdir
33   cp -r $_gitname $_gitname-build
35   cd $_gitname-build
37   cmake . -DCMAKE_INSTALL_PREFIX=/usr
38   make DESTDIR=$pkgdir install