wok-next view pcsc-tools/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 111165cbc6d4
children d5aab818505e
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 }