# SliTaz package receipt.

PACKAGE="frei0r-plugins"
VERSION="1.3"
CATEGORY="multimedia"
MAINTAINER="jozee@slitaz.org"
SHORT_DESC="frei0r is a minimalistic plugin API for video sources and filters."
BUILD_DEPENDS="gavl-dev"
WEB_SITE="http://www.piksel.org/frei0r"
DEPENDS="gcc-lib-base gavl"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="http://ftp.dyne.org/frei0r/releases/$TARBALL"
TAGS="multimedia"

# Rules to configure and make the package.

compile_rules() {
  cd $src
  ./configure $CONFIGURE_ARGS && 
  make && make install
}
	
# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/lib/frei0r-1 
	cp -a $_pkg/usr/lib/frei0r-1/*so* $fs/usr/lib/frei0r-1

}