1
0
forked from ports/opt

gpg-agent: put libexec/executables in usr/lib/gnupg/

This commit is contained in:
Nick Steeves 2006-01-28 21:20:46 +00:00
parent 2e879901ff
commit aedd75bf0e
2 changed files with 6 additions and 4 deletions

View File

@ -8,8 +8,9 @@ drwxr-xr-x root/root usr/bin/
-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/libexec/
-rwxr-xr-x root/root usr/libexec/gpg-preset-passphrase
-rwxr-xr-x root/root usr/libexec/gpg-protect-tool
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

@ -6,12 +6,13 @@
name=gpg-agent
version=1.9.19
release=1
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