### this file is sourced not run
PKGVER=2.0.6
PKGBUILD=1_vlc222
PKGARCH=x86_64

# source: james
TARBALL=npapi-vlc_2.0.6.orig.tar.xz
MD5SUM=6b39a8e7739ef1b7cd83783a95a837e0 
SRC_URL=http://ftp.de.debian.org/debian/pool/main/n/npapi-vlc/$TARBALL
BUNDLE=

SLACKREQ='' # either vlc-curses or vlc-qt
SLACKDESC='vlc-plugin: vlc-plugin 2.0.6 (VLC-based media player plugin)  
vlc-plugin:  
vlc-plugin: This plugin adds support for MPEG, MPEG2, DVD, DivX, Ogg/Vorbis 
vlc-plugin: and many more formats to any Gecko-based web browser (Firefox, 
vlc-plugin: Galeon, etc.). The decoding process is done by VLC and the output 
vlc-plugin: window is embedded in a webpage or directly in the browser window. 
vlc-plugin: There is also support for fullscreen display and javascript 
vlc-plugin: control.  
vlc-plugin: 
vlc-plugin: This is for VLC 2.2.4
vlc-plugin: 
'

### default pkg_download
### prepare
pkg_prepare() {
	pkg_prepare_default &&
	cd tmp/npapi* &&
	tar -xf $CHROOT_DIR/tmp/pkg/npapi-sdk-r23.tar.gz -C npapi # so it doesn't pull from svn
}

### default pkg_package
### default pkg_build


