milis/talimatname/genel/l/libfprint/talimat

21 lines
552 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.

# Tanım: Parmak izi okuyucuları için kütüphane
# URL: https://www.freedesktop.org/wiki/Software/fprint/libfprint
# Paketçi: Cihan_Alkan
# Gerekler: libusb nss xorg-pixman glib xorg-pixman
# Grup: kütüphane
isim=libfprint
surum=0.7.0
devir=1
kaynak=()
derle() {
git_indir https://anongit.freedesktop.org/git/libfprint/libfprint.git libfprint
cd $SRC/$isim
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc --disable-static
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR="$PKG" install
}