Added netpgp-20100313 build template.
This commit is contained in:
22
srcpkgs/netpgp/libnetpgp.template
Normal file
22
srcpkgs/netpgp/libnetpgp.template
Normal file
@@ -0,0 +1,22 @@
|
||||
# Template file for 'libnetpgp'.
|
||||
#
|
||||
short_desc="BSD licensed library for PGP tasks"
|
||||
long_desc="
|
||||
|
||||
The netpgp library is a BSD-licensed library for managing PGP keys.
|
||||
|
||||
On top of the library, the netpgp command can digitally sign files and
|
||||
verify that the signatures attached to files were signed by a given user
|
||||
identifier. netpgp can also encrypt files using the public or private
|
||||
keys of users and, in the same manner, decrypt files which were encrypted."
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run zlib
|
||||
Add_dependency run bzip2
|
||||
Add_dependency run openssl
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr/lib
|
||||
}
|
||||
Reference in New Issue
Block a user