New package: ecryptfs-utils-100.
This commit is contained in:
parent
cd3054dbd4
commit
1331210799
11 changed files with 105 additions and 0 deletions
12
srcpkgs/ecryptfs-utils/ecryptfs-utils-python.template
Normal file
12
srcpkgs/ecryptfs-utils/ecryptfs-utils-python.template
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Template file for 'ecryptfs-utils-python'.
|
||||
#
|
||||
depends="python"
|
||||
short_desc="ecryptfs cryptographic filesystem (python binding)"
|
||||
long_desc="
|
||||
eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux.
|
||||
|
||||
This package contains the Python library binding."
|
||||
|
||||
do_install() {
|
||||
vmove usr/lib/python2.7 usr/lib
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue