wok annotate pcsc-lite-dev/receipt @ rev 24095

Add jpegoptim
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 01 14:04:21 2021 +0000 (2021-09-01)
parents 2e1dc40b652c
children
rev   line source
pascal@13312 1 # SliTaz package receipt.
pascal@13312 2
pascal@13312 3 PACKAGE="pcsc-lite-dev"
Hans-G?nter@23283 4 VERSION="1.8.26"
pascal@13382 5 CATEGORY="development"
Hans-G?nter@21669 6 SHORT_DESC="SCard interface for communicating to smart cards and readers, developement files."
pascal@13312 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15375 8 LICENSE="BSD"
pascal@20672 9 WEB_SITE="https://pcsclite.apdu.fr/"
pascal@15375 10
pascal@15599 11 DEPENDS="pcsc-lite pkg-config"
Hans-G?nter@21669 12 WANTED="pcsc-lite"
pascal@13312 13
pascal@13312 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13312 15 genpkg_rules()
pascal@13312 16 {
pascal@13312 17 mkdir -p $fs/usr/lib
Hans-G?nter@21669 18
Hans-G?nter@21669 19 cp -a $install/usr/include $fs/usr
Hans-G?nter@21669 20 cp -a $install/usr/lib/*a $fs/usr/lib
Hans-G?nter@21669 21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@13312 22 }