7 pkgdesc="Mozilla plugin based on VLC"
9 url="http://git.videolan.org/?p=npapi-vlc.git;a=summary"
12 makedepends=('pkgconfig' 'vlc' 'xulrunner')
15 _gitroot="git://git.videolan.org/npapi-vlc.git"
19 msg "Connecting to GIT server...."
27 msg "Local files have been updated."
32 msg "GIT checkout done or server timeout"
34 rm -rf $_gitname-build
35 git clone $_gitname $_gitname-build
38 msg "Starting make..."
40 ./configure --prefix=/usr
42 make DESTDIR=$pkgdir install