wok annotate libsixel-dev/receipt @ rev 24583

updated fusioninventory-agent (2.5.2 -> 2.6)
author Hans-G?nter Theisgen
date Sun Feb 27 17:43:39 2022 +0100 (2022-02-27)
parents be6d6007394f
children 0dd14847d144
rev   line source
pascal@20644 1 # SliTaz package receipt.
pascal@20644 2
pascal@20644 3 PACKAGE="libsixel-dev"
Hans-G?nter@23102 4 VERSION="1.8.6"
pascal@20644 5 CATEGORY="development"
Hans-G?nter@23102 6 SHORT_DESC="A SIXEL encoder and decoder implementation derived from kmiya's sixel, development files."
pascal@20644 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@20644 8 LICENSE="MIT"
pascal@20644 9 WEB_SITE="https://github.com/saitoha/libsixel"
pascal@20644 10
pascal@20644 11 DEPENDS="libsixel pkg-config"
Hans-G?nter@23102 12 WANTED="libsixel"
pascal@20644 13
pascal@20644 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20644 15 genpkg_rules()
pascal@20644 16 {
pascal@20644 17 mkdir -p $fs/usr/lib
Hans-G?nter@23102 18
Hans-G?nter@23102 19 cp -a $install/usr/include $fs/usr
Hans-G?nter@23102 20 cp -a $install/usr/lib/*a $fs/usr/lib
Hans-G?nter@23102 21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@20644 22 }