wok annotate libzip-dev/receipt @ rev 23807

eudev: include relocated udevadm
author Richard Dunbar <mojo@slitaz.org>
date Sun May 24 12:23:14 2020 -0400 (2020-05-24)
parents 84659393c7e8
children cc474971b7df
rev   line source
pascal@12805 1 # SliTaz package receipt.
pascal@12805 2
pascal@12805 3 PACKAGE="libzip-dev"
Hans-G?nter@23128 4 VERSION="1.6.1"
pascal@12805 5 CATEGORY="development"
Hans-G?nter@21355 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"
Hans-G?nter@21355 9 WEB_SITE="https://libzip.org/"
pascal@12805 10
pascal@15597 11 DEPENDS="libzip pkg-config"
Hans-G?nter@21355 12 WANTED="libzip"
Hans-G?nter@21355 13
Hans-G?nter@21355 14 HOST_ARCH="i486 arm"
pascal@12805 15
pascal@12805 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@12805 17 genpkg_rules()
pascal@12805 18 {
pascal@12805 19 mkdir -p $fs/usr/lib
Hans-G?nter@21355 20
Hans-G?nter@21355 21 cp -a $install/usr/include $fs/usr
Hans-G?nter@21355 22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@12805 23 }