milis/talimatname/genel/pcsc-tools/talimat

19 lines
435 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: PC / SC Mimarisi akıllı kart araçları
# URL: http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
# Packager: Cihan Alkan
# Depends on: pcsc-lite
name=pcsc-tools
version=1.5.2
release=1
source=(http://ludovic.rousseau.free.fr/softwares/pcsc-tools/$name-$version.tar.bz2)
build() {
cd $SRC/$name-$version
./configure
sed -i -e 's:-Wall -O2:${CFLAGS}:g' Makefile
make
make DESTDIR=$PKG install
}