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

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