wok-6.x annotate qrencode-dev/receipt @ rev 16998
pcmanfm: fix tazpkg icon and "terminal is not set" in pcmanfm, delete dbus-launch with overwrite /home/*/.xinitrc
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Aug 11 01:56:38 2014 +0200 (2014-08-11) |
parents | 47e1df965953 |
children | b8aa4027e71d |
rev | line source |
---|---|
pascal@7857 | 1 # SliTaz package receipt. |
pascal@7857 | 2 |
pascal@7857 | 3 PACKAGE="qrencode-dev" |
pascal@7857 | 4 VERSION="3.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" |
pascal@7857 | 9 WEB_SITE="http://megaui.net/fukuchi/works/qrencode/index.en.html" |
pascal@7857 | 10 WANTED="qrencode" |
pascal@15599 | 11 |
pascal@15599 | 12 DEPENDS="qrencode pkg-config" |
pascal@7857 | 13 |
pascal@7857 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@7857 | 15 genpkg_rules() |
pascal@7857 | 16 { |
pascal@7857 | 17 mkdir -p $fs/usr/lib |
pascal@15601 | 18 cp -a $install/usr/lib/lib*a $fs/usr/lib |
pascal@15601 | 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@15601 | 20 cp -a $install/usr/include $fs/usr |
pascal@7857 | 21 } |