milis/talimatname/genel/p/pypam/talimat

20 lines
545 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: linux pam python modülü
# URL: https://pypi.python.org/pypi/python-pam/
# Paketçi: Cihan Alkan
# Gerekler: python python-setuptools python3 python3-setuptools
# Grup: kütüphane
isim=pypam
surum=1.8.3
devir=1
kaynak=(https://github.com/FirefighterBlu3/python-pam/archive/v1.8.3.tar.gz::python-pam-$surum.tar.gz)
derle() {
cp -a python-pam-$surum{,-py3}
cd python-pam-$surum
python2 setup.py install --prefix=/usr --root=$PKG
cd $SRC/python-pam-$surum-py3
python3 setup.py install --prefix=/usr --root=$PKG
}