wok annotate libzip-dev/receipt @ rev 21101

updated lensfun and lensfun-dev (0.2.5 -> 0.3.2)
author Hans-G?nter Theisgen
date Mon Mar 18 17:49:35 2019 +0100 (2019-03-18)
parents 35a23f513b71
children 84659393c7e8
rev   line source
pascal@12805 1 # SliTaz package receipt.
pascal@12805 2
pascal@12805 3 PACKAGE="libzip-dev"
pascal@20180 4 VERSION="1.4.0"
pascal@12805 5 CATEGORY="development"
pascal@12805 6 SHORT_DESC="C library for reading, creating, and modifying zip archives, development files."
pascal@12805 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15482 8 LICENSE="BSD"
pascal@12805 9 WEB_SITE="http://www.nih.at/libzip/"
pascal@12805 10 WANTED="libzip"
pankso@16066 11 HOST_ARCH="i486 arm"
pascal@12805 12
pascal@15597 13 DEPENDS="libzip pkg-config"
pascal@12805 14
pascal@12805 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@12805 16 genpkg_rules()
pascal@12805 17 {
pascal@12805 18 mkdir -p $fs/usr/lib
pascal@12805 19 cp -a $install/usr/include $fs/usr
pascal@12805 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@12805 21 }