pcsc-tools
This commit is contained in:
parent
3d972a37b9
commit
da32f3e12c
|
@ -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/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue