wok-next annotate libiec61883/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 25deb7c6df08
children
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@21020 6 SHORT_DESC="Standard defining a high speed serial bus"
al@21020 7 MAINTAINER="devel@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@21020 15 SPLIT="$PACKAGE-dev"
pascal@15473 16
al@20577 17 compile_rules() {
al@20577 18 ./configure $CONFIGURE_ARGS &&
al@20577 19 fix libtool &&
al@20577 20 make &&
al@20577 21 make install
pankso@311 22 }
pankso@311 23
al@20577 24 genpkg_rules() {
al@19829 25 case $PACKAGE in
al@19829 26 libiec61883)
al@19829 27 copy @std
al@19829 28 DEPENDS="libraw1394"
al@19829 29 ;;
al@19829 30 *-dev)
al@19829 31 copy @dev
al@19829 32 DEPENDS="libiec61883 libraw1394-dev"
al@19829 33 ;;
al@19829 34 esac
pankso@311 35 }