# SliTaz package receipt. PACKAGE="mjpegtools" VERSION="1.9.0" CATEGORY="multimedia" SHORT_DESC="MPEG manipulation tools." TAGS="mpeg mjpeg video" DEPENDS="libdv expat gtk+ jpeg libsdl libsdl-gfx xorg-libX11 xorg-libXau \ xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes \ xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage gcc-lib-base" BUILD_DEPENDS="$DEPENDS libdv-dev libsdl-gfx-dev" MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://mjpeg.sourceforge.net/" WGET_URL="$SF_MIRROR/mjpeg/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src while read file; do [ -f done.$file ] && continue echo "Apply $file..." patch -p1 < $stuff/$file || return 1 touch done.$file done <