wok view libavc1394-dev/receipt @ rev 20421

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 07 23:03:21 2018 +0200 (2018-08-07)
parents 8ed62ecac0c7
children 00e3b45c063b
line source
1 # SliTaz package receipt.
3 PACKAGE="libavc1394-dev"
4 VERSION="0.5.4"
5 CATEGORY="development"
6 SHORT_DESC="Interface for the 1394 Trade Association AV/C Digital Interface."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WANTED="libavc1394"
10 WEB_SITE="https://sourceforge.net/projects/libavc1394/"
12 DEPENDS="libavc1394 pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*.a* $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }