Adopted gnupg from Danm.
This commit is contained in:
parent
bdb128cd09
commit
da20352e26
20
gnupg/.footprint
Normal file
20
gnupg/.footprint
Normal file
@ -0,0 +1,20 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwsr-xr-x root/root usr/bin/gpg
|
||||
-rwxr-xr-x root/root usr/bin/gpgsplit
|
||||
-rwxr-xr-x root/root usr/bin/gpgv
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/gnupg/
|
||||
-rwxr-xr-x root/root usr/lib/gnupg/gpgkeys_finger
|
||||
-rwxr-xr-x root/root usr/lib/gnupg/gpgkeys_hkp
|
||||
-rwxr-xr-x root/root usr/lib/gnupg/gpgkeys_http
|
||||
-rwxr-xr-x root/root usr/lib/gnupg/gpgkeys_mailto
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/gpg.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/gpgv.1.gz
|
||||
drwxr-xr-x root/root usr/man/man7/
|
||||
-rw-r--r-- root/root usr/man/man7/gnupg.7.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/gnupg/
|
||||
-rw-r--r-- root/root usr/share/gnupg/options.skel
|
2
gnupg/.md5sum
Normal file
2
gnupg/.md5sum
Normal file
@ -0,0 +1,2 @@
|
||||
c7afd50c7d01fcfada229326b3958404 gnupg-1.4.2.tar.bz2
|
||||
9dc3bc086824a8c7a331f35e09a3e57f idea.c.gz
|
35
gnupg/Pkgfile
Normal file
35
gnupg/Pkgfile
Normal file
@ -0,0 +1,35 @@
|
||||
# Description: GNU privacy guard
|
||||
# URL: http://www.gnupg.org
|
||||
# Maintainer: Simon Gloßner, viper at hometux dot de
|
||||
# Packager: Daniel Mueller, daniel at danm dot de
|
||||
|
||||
name=gnupg
|
||||
version=1.4.2
|
||||
release=1
|
||||
source=(ftp://ftp.gnupg.org/gcrypt/gnupg/$name-$version.tar.bz2 \
|
||||
ftp://ftp.gnupg.dk/pub/contrib-dk/idea.c.gz)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
|
||||
zcat ../idea.c.gz > cipher/idea.c
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib \
|
||||
--enable-static-rnd=linux \
|
||||
--enable-dev-random \
|
||||
--disable-nls \
|
||||
--enable-m-guard \
|
||||
--disable-ldap \
|
||||
--enable-mailto
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
chmod u+s $PKG/usr/bin/gpg
|
||||
|
||||
rm -rf $PKG/usr/info
|
||||
rm -f $PKG/usr/share/gnupg/{FAQ,faq.html}
|
||||
rm -f $PKG/usr/man/man?/gpg.ru.*
|
||||
}
|
15
gnupg/README
Normal file
15
gnupg/README
Normal file
@ -0,0 +1,15 @@
|
||||
REQUIREMENTS
|
||||
|
||||
GnuPG requires a sendmail compatiblity link '/usr/sbin/sendmail'. Be
|
||||
sure that you have installed on of the following:
|
||||
|
||||
- esmtp
|
||||
- masqmail
|
||||
- postfix
|
||||
- sendmail
|
||||
|
||||
PRE-INSTALL
|
||||
|
||||
POST-INSTALL
|
||||
|
||||
PRECAUTION
|
Loading…
x
Reference in New Issue
Block a user