wok-current annotate pcsc-lite-dev/receipt @ rev 22446
vlc: remove notify deps -> did not help
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Mon Dec 23 15:52:17 2019 +0000 (2019-12-23) |
parents | 8dd8bab3f0ca |
children | 97585ed37bf0 |
rev | line source |
---|---|
pascal@13312 | 1 # SliTaz package receipt. |
pascal@13312 | 2 |
pascal@13312 | 3 PACKAGE="pcsc-lite-dev" |
Hans-G?nter@21669 | 4 VERSION="1.8.25" |
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 } |