wok view dvgrab/receipt @ rev 16344

Add: cellwriter (a grid-entry natural handwriting input panel with virtual keyboard)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 12 18:58:11 2014 +0200 (2014-04-12)
parents 6830dbf75e04
children e7f0c5f9a202
line source
1 # SliTaz package receipt.
3 PACKAGE="dvgrab"
4 VERSION="3.5"
5 CATEGORY="multimedia"
6 MAINTAINER="jozee@slitaz.org"
7 LICENSE="GPL2"
8 SHORT_DESC="Saves audio and video data from an IEEE (FireWire) digital source"
9 WEB_SITE="http://www.kinodv.org"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://downloads.sourceforge.net/kino/$TARBALL"
12 TAGS="firewire video"
14 DEPENDS="libdv libavc1394 jpeg libiec61883 gcc-lib-base"
15 BUILD_DEPENDS="pkg-config libdv-dev libraw1394-dev libavc1394-dev libiec61883-dev"
17 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 ./configure --prefix=/usr &&
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr
31 cp -a $install/usr/bin $fs/usr
32 }