wok-next annotate libiec61883/receipt @ rev 19925

libftdi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 23:27:36 2017 +0200 (2017-10-14)
parents 8f447cf2eee5
children 25deb7c6df08
rev   line source
al@19829 1 # SliTaz package receipt v2.
pankso@311 2
pankso@311 3 PACKAGE="libiec61883"
pascal@5789 4 VERSION="1.2.0"
pankso@311 5 CATEGORY="system-tools"
al@19829 6 SHORT_DESC="libiec61883 is a standard defining a high speed serial bus"
pankso@311 7 MAINTAINER="pankso@slitaz.org"
pascal@15473 8 LICENSE="LGPL2.1"
al@19829 9 WEB_SITE="https://ieee1394.wiki.kernel.org/index.php/Main_Page"
pankso@311 10
al@19829 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19829 12 WGET_URL="https://www.kernel.org/pub/linux/libs/ieee1394/$TARBALL"
al@19829 13
al@19829 14 BUILD_DEPENDS="libraw1394-dev"
al@19829 15 SPLIT="libiec61883-dev"
pascal@15473 16
pankso@311 17 # Rules to configure and make the package.
pankso@311 18 compile_rules()
pankso@311 19 {
al@19829 20 ./configure $CONFIGURE_ARGS && make && make install
pankso@311 21 }
pankso@311 22
pankso@311 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@311 24 genpkg_rules()
pankso@311 25 {
al@19829 26 case $PACKAGE in
al@19829 27 libiec61883)
al@19829 28 copy @std
al@19829 29 DEPENDS="libraw1394"
al@19829 30 ;;
al@19829 31 *-dev)
al@19829 32 copy @dev
al@19829 33 DEPENDS="libiec61883 libraw1394-dev"
al@19829 34 ;;
al@19829 35 esac
pankso@311 36 }