summaryrefslogtreecommitdiff
path: root/gpgme/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gpgme/Pkgfile')
-rw-r--r--gpgme/Pkgfile6
1 files changed, 3 insertions, 3 deletions
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