diff --git a/gpg-agent/.footprint b/gpg-agent/.footprint deleted file mode 100644 index 91ef9e437..000000000 --- a/gpg-agent/.footprint +++ /dev/null @@ -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 diff --git a/gpg-agent/.md5sum b/gpg-agent/.md5sum deleted file mode 100644 index f8d580b11..000000000 --- a/gpg-agent/.md5sum +++ /dev/null @@ -1 +0,0 @@ -8084256a61aa90e0173d436bf1e6f82b gnupg-1.9.19.tar.bz2 diff --git a/gpg-agent/Pkgfile b/gpg-agent/Pkgfile deleted file mode 100644 index b4299090b..000000000 --- a/gpg-agent/Pkgfile +++ /dev/null @@ -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 -}