forked from ports/contrib
pyshadow: initial import from private repo
This commit is contained in:
parent
67d39d8491
commit
b6b2d7c852
5
pyshadow/.footprint
Normal file
5
pyshadow/.footprint
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
drwxr-xr-x root/root usr/lib/python/
|
||||||
|
-rw-r--r-- root/root usr/lib/python/pyshadow-0.1-py2.5.egg-info
|
||||||
|
-rwxr-xr-x root/root usr/lib/python/shadow.so
|
1
pyshadow/.md5sum
Normal file
1
pyshadow/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
a0c9a88404c185824f8a2f4e598c6999 pyshadow-0.2.tar.gz
|
19
pyshadow/Pkgfile
Normal file
19
pyshadow/Pkgfile
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Description: Python module to access the shadow password file.
|
||||||
|
# URL: http://www.twistedmatrix.com/users/z3p/files/
|
||||||
|
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
|
||||||
|
# Packager: Younes Hafri, ycrux at club-internet dot fr
|
||||||
|
# Depends on: python
|
||||||
|
|
||||||
|
name=pyshadow
|
||||||
|
version=0.2
|
||||||
|
release=1
|
||||||
|
source=(http://www.twistedmatrix.com/users/z3p/files/pyshadow-$version.tar.gz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
install -d $PKG/usr
|
||||||
|
cd pyshadow-$version
|
||||||
|
|
||||||
|
python setup.py build
|
||||||
|
python setup.py install --home=$PKG/usr
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user