wok-next view libavc1394/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 0ec6086e21d6
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libavc1394"
4 VERSION="0.5.4"
5 CATEGORY="system-tools"
6 SHORT_DESC="Interface for the 1394 Trade Association AV/C Digital Interface"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://sourceforge.net/projects/libavc1394/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="libraw1394-dev"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 libavc1394)
27 copy @std
28 DEPENDS="libraw1394"
29 ;;
30 *-dev)
31 copy @dev
32 DEPENDS="libavc1394 libraw1394-dev"
33 ;;
34 esac
35 }