# SliTaz package receipt. PACKAGE="dvgrab" VERSION="3.5" CATEGORY="multimedia" MAINTAINER="jozee@slitaz.org" SHORT_DESC="Saves audio and video data from an IEEE (FireWire) digital source" WEB_SITE="http://www.kinodv.org" DEPENDS="libdv libavc1394 jpeg libiec61883 gcc-lib-base" BUILD_DEPENDS="pkg-config libdv-dev libraw1394-dev libavc1394-dev libiec61883-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://downloads.sourceforge.net/kino/$TARBALL" TAGS="firewire video" # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr && make && make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $_pkg/usr/bin $fs/usr }