updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / npapi-vlc-git / PKGBUILD
blobcefe182acd57919a83bfa6debe28bdb10d3edb15
1 # Maintainer: Det
2 # Contributor: Pimper (M0Rf30)
4 pkgname=npapi-vlc-git
5 pkgver=20120119
6 pkgrel=1
7 pkgdesc="The modern VLC Mozilla plugin"
8 arch=('i686' 'x86_64')
9 url="http://git.videolan.org/?p=npapi-vlc.git;a=summary"
10 license=('LGPL-2.1')
11 options=('!libtool')
12 depends=('vlc')
13 makedepends=('xulrunner')
15 _gitroot="git://git.videolan.org/npapi-vlc.git"
16 _gitname="npapi-vlc"
18 build() {
19   msg "Connecting to GIT server...."
21   if [ -d $_gitname ]; then
22     cd $_gitname
23     git pull origin
24     msg "Local files have been updated."
25   else
26     git clone --depth 1 $_gitroot
27     cd $_gitname
28   fi
30   msg "GIT checkout done or server timeout"
32   ./autogen.sh
33   ./configure --prefix=/usr
34   msg "Starting make..."
35   make
38 package() {
39   cd $_gitname
40   make DESTDIR=$pkgdir install