gpg-agent: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:13:16 +00:00
parent 420ca2f8a2
commit fa35b67335
3 changed files with 0 additions and 37 deletions

View File

@ -1,16 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gpg-agent
-rwxr-xr-x root/root usr/bin/gpg-connect-agent
-rwxr-xr-x root/root usr/bin/gpgconf
-rwxr-xr-x root/root usr/bin/gpgkey2ssh
-rwxr-xr-x root/root usr/bin/gpgsm-gencert.sh
-rwxr-xr-x root/root usr/bin/watchgnupg
drwxr-xr-x root/root usr/info/
-rw-r--r-- root/root usr/info/gnupg.info
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/gnupg/
-rwxr-xr-x root/root usr/lib/gnupg/gpg-preset-passphrase
-rwxr-xr-x root/root usr/lib/gnupg/gpg-protect-tool
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/addgnupghome

View File

@ -1 +0,0 @@
8084256a61aa90e0173d436bf1e6f82b gnupg-1.9.19.tar.bz2

View File

@ -1,20 +0,0 @@
# Description: Secret key management for GnuPG
# URL: http://www.gnupg.org
# Maintainer:
# Packager: Daniel Mueller, daniel at danm dot de
# Depends on: libgpg-error, libassuan, libgcrypt, libpth, libksba
name=gpg-agent
version=1.9.19
release=2
source=(ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-$version.tar.bz2)
build () {
cd gnupg-$version
./configure --prefix=/usr \
--libexecdir=/usr/lib/gnupg \
--disable-nls \
--enable-agent-only
make
make DESTDIR=$PKG install
}