contrib/pyopenssl/Pkgfile

20 lines
527 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: Python interface to the OpenSSL library
# URL: http://pyopenssl.sourceforge.net/
2008-04-11 13:12:49 +02:00
# Maintainer: Lucas Hazel, lucas at die dot net dot au
2006-11-19 22:26:53 +01:00
# Packager: Younes Hafri <ycrux@club-internet.fr>
#
2006-12-08 13:38:49 +01:00
# Depends on: python
2006-11-14 00:13:35 +01:00
name=pyopenssl
2009-04-29 16:45:45 +02:00
version=0.9
2008-07-11 14:28:27 +02:00
release=1
2006-11-14 00:13:35 +01:00
source=(http://dl.sourceforge.net/sourceforge/$name/pyOpenSSL-$version.tar.gz)
build () {
2006-11-19 22:26:53 +01:00
cd pyOpenSSL-$version
python setup.py install --root=$PKG
chown -R root:root $PKG
2008-07-11 14:28:27 +02:00
find $PKG -name '*egg-info' \
-o -name test | xargs rm -rf
2006-11-14 00:13:35 +01:00
}