summaryrefslogtreecommitdiff
path: root/gpgme
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2008-11-18 18:45:30 +1100
committerDanny Rawlins <monster.romster@gmail.com>2008-12-11 05:12:28 +1100
commit4a4fd312d07730e9f98b9741afacbd41719e693d (patch)
tree4eff2d43546fc389d740a5509bb9703c0e4903f5 /gpgme
parent4fb75d9f29a8f2b80daa877f4c0c090c623231b7 (diff)
downloadcontrib-4a4fd312d07730e9f98b9741afacbd41719e693d.tar.gz
contrib-4a4fd312d07730e9f98b9741afacbd41719e693d.tar.xz
gpgme: fix libexecdir
Diffstat (limited to 'gpgme')
-rw-r--r--gpgme/.footprint1
-rw-r--r--gpgme/Pkgfile6
2 files changed, 3 insertions, 4 deletions
diff --git a/gpgme/.footprint b/gpgme/.footprint
index 8e09712cb..0d8f4fca1 100644
--- a/gpgme/.footprint
+++ b/gpgme/.footprint
@@ -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
diff --git a/gpgme/Pkgfile b/gpgme/Pkgfile
index 914af4ff4..87bec47ad 100644
--- a/gpgme/Pkgfile
+++ b/gpgme/Pkgfile
@@ -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
}
-

Generated by cgit