#Packager: George Vlahavas pkgname=gnash pkgver=0.8.8 pkgrel=1gv source=(ftp://ftp.ntua.gr/pub/gnu/gnash/$pkgver/gnash-$pkgver.tar.bz2) docs=("readme" "install" "copying" "changelog*" "authors" "news" "todo" "about-nls") url=http://www.gnashdev.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gnash (a free software player for swf files)" "Gnash is the GNU SWF movie player, which can be run standalone on the" "desktop or an embedded device, as well as as a plugin for several" "browsers." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --build=$arch-slackware-linux \ --enable-gui=gtk \ --enable-media=gst \ --enable-sound=sdl \ --disable-static \ --with-plugins-install=system \ --with-npapi-plugindir=/usr/lib${LIBDIRSUFFIX}/mozilla/plugins make || return 1 make install install-plugin DESTDIR=$startdir/pkg }