forked from ports/contrib
gpgme: fix libexecdir
This commit is contained in:
parent
4fb75d9f29
commit
4a4fd312d0
@ -16,7 +16,6 @@ lrwxrwxrwx root/root usr/lib/libgpgme-pthread.so.11 -> libgpgme-pthread.so.11.6.
|
||||
lrwxrwxrwx root/root usr/lib/libgpgme.so -> libgpgme.so.11.6.5
|
||||
lrwxrwxrwx root/root usr/lib/libgpgme.so.11 -> libgpgme.so.11.6.5
|
||||
-rwxr-xr-x root/root usr/lib/libgpgme.so.11.6.5
|
||||
drwxr-xr-x root/root usr/libexec/
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/aclocal/
|
||||
-rw-r--r-- root/root usr/share/aclocal/gpgme.m4
|
||||
|
@ -7,13 +7,14 @@
|
||||
name=gpgme
|
||||
version=1.1.7
|
||||
release=1
|
||||
source=(ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-$version.tar.bz2)
|
||||
source=(ftp://ftp.gnupg.org/gcrypt/$name/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd gpgme-$version
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib \
|
||||
--with-gpg=/usr/bin/gpg \
|
||||
--with-pth=yes
|
||||
|
||||
@ -22,4 +23,3 @@ build() {
|
||||
make DESTDIR=$PKG install
|
||||
rm -r $PKG/usr/share/info
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user