17 lines
424 B
Plaintext
17 lines
424 B
Plaintext
|
# Tanım: linux pam python modülü
|
|||
|
# URL: https://pypi.python.org/pypi/python-pam/
|
|||
|
# Paketçi: Cihan Alkan
|
|||
|
# Gerekler: python python-setuptools
|
|||
|
# Grup: kütüphane
|
|||
|
|
|||
|
isim=python-pam
|
|||
|
surum=1.8.2
|
|||
|
devir=1
|
|||
|
|
|||
|
kaynak=(https://pypi.python.org/packages/de/8c/f8f5d38b4f26893af267ea0b39023d4951705ab0413a39e0cf7cf4900505/python-pam-1.8.2.tar.gz)
|
|||
|
|
|||
|
derle() {
|
|||
|
cd $isim-$surum
|
|||
|
python2 setup.py install --prefix=/usr --root=$PKG
|
|||
|
}
|