mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libfprint: Updated for version 0.0.6
This commit is contained in:
parent
2984d60275
commit
d9d0c3a9a7
3 changed files with 13 additions and 4 deletions
|
@ -11,6 +11,7 @@ VERSION=0.0.6
|
|||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
|
@ -18,8 +19,13 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
fi
|
||||
|
||||
rm -rf $PKG
|
||||
|
@ -35,6 +41,7 @@ CFLAGS="$SLKCFLAGS" \
|
|||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
|
@ -52,4 +59,4 @@ mkdir -p $PKG/install
|
|||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -2,7 +2,9 @@ PRGNAM="libfprint"
|
|||
VERSION="0.0.6"
|
||||
HOMEPAGE="http://reactivated.net/fprint/wiki/Libfprint"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/fprint/libfprint-0.0.6.tar.bz2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="4f47b46021b186488b60aaa97f90fe43"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Terry Laundos"
|
||||
EMAIL="terry@s1solucoes.com.br"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -6,14 +6,14 @@
|
|||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
|
||||
libfprint: libfprint (library for support fingerprint reader devices)
|
||||
libfprint:
|
||||
libfprint: libfprint is an open source software library designed to make it easy
|
||||
libfprint: for application developers to add support for consumer fingerprint
|
||||
libfprint: readers to their software.
|
||||
libfprint:
|
||||
libfprint: The library website can be found at:
|
||||
libfprint: http://reactivated.net/fprint/wiki/Libfprint
|
||||
libfprint:
|
||||
libfprint: Homepage: http://reactivated.net/fprint/wiki/Libfprint
|
||||
libfprint:
|
||||
libfprint:
|
||||
libfprint:
|
||||
|
|
Loading…
Reference in a new issue