milis/talimatname/genel/l/libpwquality/talimat

22 lines
549 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: Şifre kalite kontrolü ve rastgele şifreler üreten kütüphane.
# URL: https://fedorahosted.org/libpwquality/
# Paketçi: alihan-ozturk@hotmail.com
# Gerekler: python cracklib
# Grup: kütüphane
isim=libpwquality
surum=1.3.0
devir=1
kaynak=(https://fedorahosted.org/releases/l/i/libpwquality/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
PYTHON=python2 ./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--with-python-rev=2.7
make
make DESTDIR=$PKG install
}