pcsc-tools

This commit is contained in:
milisarge 2017-06-28 10:30:30 +03:00
parent 3d972a37b9
commit da32f3e12c
1 changed files with 4 additions and 3 deletions

View File

@ -11,8 +11,9 @@ source=(http://ludovic.rousseau.free.fr/softwares/pcsc-tools/$name-$version.tar.
build() {
cd $SRC/$name-$version
./configure
./configure
sed -i -e 's:-Wall -O2:${CFLAGS}:g' Makefile
make
make DESTDIR=$PKG install
mv $PKG/usr/local/* $PKG/usr/
}