wok view pcsc-tools/receipt @ rev 17517

lxqt-appswitcher: force build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 15 12:00:50 2015 +0100 (2015-01-15)
parents 111165cbc6d4
children 3169a7ccbddc
line source
1 # SliTaz package receipt.
3 PACKAGE="pcsc-tools"
4 VERSION="1.4.20"
5 CATEGORY="system-tools"
6 SHORT_DESC="PC/SC Architecture smartcard tools."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://ludovic.rousseau.free.fr/softwares/$PACKAGE/$TARBALL"
13 DEPENDS="pcsc-lite perl-glib perl-gtk2 perl-pcsc"
14 BUILD_DEPENDS="pcsc-lite-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 sed -i -e 's:-Wall -O2:${CFLAGS}:g' Makefile
21 make && make DESTDIR=$DESTDIR/usr install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/share
28 cp -a $install/usr/bin $fs/usr
29 cp -a $install/usr/share/pcsc $fs/usr/share
30 }