Tue Sep 3 05:24:50 2013 UTC ()
extract with gtar in order to support extended headers in mdds source archive


(richard)
diff -r1.15 -r1.16 pkgsrc/devel/mdds/Makefile

cvs diff -r1.15 -r1.16 pkgsrc/devel/mdds/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/mdds/Makefile 2013/08/22 14:42:57 1.15
+++ pkgsrc/devel/mdds/Makefile 2013/09/03 05:24:50 1.16
@@ -1,21 +1,22 @@ @@ -1,21 +1,22 @@
1# $NetBSD: Makefile,v 1.15 2013/08/22 14:42:57 jaapb Exp $ 1# $NetBSD: Makefile,v 1.16 2013/09/03 05:24:50 richard Exp $
2# 2#
3 3
4DISTNAME= mdds_0.9.0 4DISTNAME= mdds_0.9.0
5PKGNAME= ${DISTNAME:S/_/-/} 5PKGNAME= ${DISTNAME:S/_/-/}
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= http://multidimalgorithm.googlecode.com/files/ 7MASTER_SITES= http://multidimalgorithm.googlecode.com/files/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
 9EXTRACT_USING= gtar
9 10
10MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://code.google.com/p/multidimalgorithm/ 12HOMEPAGE= http://code.google.com/p/multidimalgorithm/
12COMMENT= Collection of multi-dimensional data structure and indexing algorithms 13COMMENT= Collection of multi-dimensional data structure and indexing algorithms
13LICENSE= mit 14LICENSE= mit
14 15
15USE_LANGUAGES= c++ 16USE_LANGUAGES= c++
16GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
17INSTALLATION_DIRS= include/mdds/hash_container share/pkgconfig 18INSTALLATION_DIRS= include/mdds/hash_container share/pkgconfig
18PKGCONFIG_OVERRIDE+= misc/mdds.pc.in 19PKGCONFIG_OVERRIDE+= misc/mdds.pc.in
19 20
20do-build: 21do-build:
21 22