From 34276794ce110cd2f9204e4b504aea41fb584145 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sat, 15 Feb 2014 03:33:23 +0000 Subject: Sat Feb 15 03:31:19 UTC 2014 --- community/libdivecomputer/PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'community/libdivecomputer') 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 # Maintainer: Gaetan Bisson 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 } -- cgit v1.2.3-54-g00ecf