wok annotate gutenprint-dev/receipt @ rev 22849

bluez: add v4 deprecated tools
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 16 18:25:39 2020 +0100 (2020-02-16)
parents 8ed62ecac0c7
children 557ce542960d
rev   line source
jozee@4514 1 # SliTaz package receipt.
jozee@4514 2
pankso@4522 3 PACKAGE="gutenprint-dev"
Hans-G?nter@22815 4 VERSION="5.3.3"
jozee@4514 5 CATEGORY="development"
Hans-G?nter@22815 6 SHORT_DESC="Gutenprint development files."
jozee@4514 7 MAINTAINER="jozee@slitaz.org"
pascal@15201 8 LICENSE="GPL2"
Hans-G?nter@22815 9 WEB_SITE="https://sourceforge.net/projects/gimp-print/"
jozee@4514 10
pascal@15597 11 DEPENDS="gutenprint pkg-config"
Hans-G?nter@22815 12 WANTED="gutenprint"
pascal@15000 13
jozee@4514 14 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@4514 15 genpkg_rules()
jozee@4514 16 {
pankso@4522 17 mkdir -p $fs/usr/lib
Hans-G?nter@22815 18
Hans-G?nter@22815 19 cp -a $install/usr/include $fs/usr
Hans-G?nter@22815 20 cp -a $install/usr/lib/*.*a $fs/usr/lib
Hans-G?nter@22815 21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
jozee@4514 22 }