wok-current annotate qrencode-dev/receipt @ rev 25457
Normazile https://sourceforge.net/projects web_sites
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 23 08:28:09 2022 +0000 (2022-09-23) |
parents | 41fed2f82beb |
children |
rev | line source |
---|---|
pascal@7857 | 1 # SliTaz package receipt. |
pascal@7857 | 2 |
pascal@7857 | 3 PACKAGE="qrencode-dev" |
Hans-G?nter@25256 | 4 VERSION="4.1.1" |
pascal@7857 | 5 CATEGORY="development" |
pascal@7857 | 6 SHORT_DESC="C library for encoding data in a QR Code symbol, development files." |
pascal@7857 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15601 | 8 LICENSE="LGPL2.1" |
Hans-G?nter@21745 | 9 WEB_SITE="https://github.com/fukuchi/libqrencode" |
pascal@15599 | 10 |
Hans-G?nter@25256 | 11 DEPENDS="pkg-config qrencode" |
Hans-G?nter@21745 | 12 WANTED="qrencode" |
pascal@7857 | 13 |
pascal@7857 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@7857 | 15 genpkg_rules() |
pascal@7857 | 16 { |
Hans-G?nter@25256 | 17 cook_copy_folders include |
Hans-G?nter@25256 | 18 cook_copy_folders pkgconfig |
Hans-G?nter@25256 | 19 cook_copy_files *.*a |
pascal@7857 | 20 } |