wok annotate libarchive-dev/receipt @ rev 21112

updated libarchive and libarchive-dev (3.2.2 -> 3.3.3)
author Hans-G?nter Theisgen
date Tue Mar 19 16:04:31 2019 +0100 (2019-03-19)
parents 092a08459c30
children c0da92783a87
rev   line source
erjo@3653 1 # SliTaz package receipt.
erjo@3653 2
erjo@3653 3 PACKAGE="libarchive-dev"
Hans-G?nter@21112 4 VERSION="3.3.3"
pankso@4803 5 CATEGORY="development"
Hans-G?nter@21112 6 SHORT_DESC="C library and command line tool archive - development files."
erjo@3653 7 MAINTAINER="erjo@slitaz.org"
pascal@15472 8 LICENSE="BSD"
Hans-G?nter@21112 9 WEB_SITE="https://www.libarchive.org/"
Hans-G?nter@21112 10
erjo@3653 11 WANTED="libarchive"
pascal@19774 12 DEPENDS="libarchive pkg-config"
pascal@15472 13
erjo@3653 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@3653 15 genpkg_rules()
erjo@3653 16 {
erjo@3653 17 mkdir -p $fs/usr/lib
Hans-G?nter@21112 18
Hans-G?nter@21112 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
Hans-G?nter@21112 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
Hans-G?nter@21112 21 cp -a $install/usr/include $fs/usr
erjo@3653 22 }