pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
htslib: Sync Makefile with committed package
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Sat Feb 25 07:08:54 2023 -0600
Changeset: a4e11316560028db7f33fd46ede27d61d17bcad2
Modified Files:
htslib/Makefile
Log Message:
htslib: Sync Makefile with committed package
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a4e11316560028db7f33fd46ede27d61d17bcad2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
htslib/Makefile | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diffs:
diff --git a/htslib/Makefile b/htslib/Makefile
index 017e329f01..e20d37bb79 100644
--- a/htslib/Makefile
+++ b/htslib/Makefile
@@ -2,8 +2,8 @@
DISTNAME= htslib-1.17
CATEGORIES= biology
-# Github-generated distfiles are incomplete, use custom tarballs instead
-MASTER_SITES= https://github.com/samtools/htslib/releases/download/${PKGVERSION_NOREV}/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=samtools/}
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
EXTRACT_SUFX= .tar.bz2
OWNER= bacon%NetBSD.org@localhost
@@ -13,6 +13,10 @@ LICENSE= mit
USE_TOOLS+= autoconf automake autoreconf bash gmake perl
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --enable-libcurl
+PKGCONFIG_OVERRIDE= htslib.pc.in
+TEST_TARGET= test
+MAKE_ENV+= BUILT_TEST_PROGRAMS=''
SUBST_CLASSES+= version
SUBST_STAGE.version= pre-configure
@@ -21,11 +25,6 @@ SUBST_FILES.version= configure.ac
REPLACE_PERL+= test/*.pl
-CONFIGURE_ARGS+= --enable-libcurl
-PKGCONFIG_OVERRIDE= htslib.pc.in
-TEST_TARGET= test
-MAKE_ENV+= BUILT_TEST_PROGRAMS=''
-
pre-configure:
cd ${WRKSRC} && autoreconf -if
Home |
Main Index |
Thread Index |
Old Index