wok view dvgrab/receipt @ rev 20814

updated cvs and cvs-contrib (1.11.23 -> 1.12.13)
author Hans-G?nter Theisgen
date Mon Feb 18 14:21:45 2019 +0100 (2019-02-18)
parents 7abf990db309
children e6b7a2aaf2e1
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 jpeg"
15 BUILD_DEPENDS="pkg-config libdv-dev libraw1394-dev libavc1394-dev \
16 libiec61883-dev jpeg-dev"
18 # Rules to configure and make the package.
20 compile_rules()
21 {
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 }