summaryrefslogtreecommitdiff
path: root/community/libdivecomputer/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libdivecomputer/PKGBUILD')
-rw-r--r--community/libdivecomputer/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/libdivecomputer/PKGBUILD b/community/libdivecomputer/PKGBUILD
index 501254b0d..128d186c5 100644
--- a/community/libdivecomputer/PKGBUILD
+++ b/community/libdivecomputer/PKGBUILD
@@ -1,10 +1,10 @@
-# $id$
+# $Id: PKGBUILD 105692 2014-02-14 05:51:19Z bisson $
# Contributor: Francois Boulogne <fboulogne at april dot org>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=libdivecomputer
pkgver=0.4.2
-pkgrel=1
+pkgrel=2
pkgdesc='Library for communication with dive computers'
url='http://www.libdivecomputer.org/'
license=('LGPL')
@@ -14,7 +14,10 @@ sha1sums=('a57176ae6a7bd5e0ad4d19a39e5aebcfba818acc')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
+ ./configure \
+ --prefix=/usr \
+ --program-prefix="${pkgname}-" \
+
make
}