pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

This package will show error that libgsl.so.0 and libgslcblas.so.0 library is missing.



Module Name:	pkgsrc-wip
Committed By:	zmsaif <zmsaif%nmsu.edu@localhost>
Pushed By:	zmsaif
Date:		Mon Jul 10 17:03:00 2017 -0600
Changeset:	cad820b43da90d0ad739a51545b65a7cbe00d0a9

Added Files:
	cortex-var/DESCR
	cortex-var/Makefile
	cortex-var/PLIST
	cortex-var/distinfo

Log Message:
This package will show error that libgsl.so.0 and libgslcblas.so.0 library is missing.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cad820b43da90d0ad739a51545b65a7cbe00d0a9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cortex-var/DESCR    |  0
 cortex-var/Makefile | 27 +++++++++++++++++++++++++++
 cortex-var/PLIST    |  2 ++
 cortex-var/distinfo |  6 ++++++
 4 files changed, 35 insertions(+)

diffs:
diff --git a/cortex-var/DESCR b/cortex-var/DESCR
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/cortex-var/Makefile b/cortex-var/Makefile
new file mode 100644
index 0000000000..c48c1a2b64
--- /dev/null
+++ b/cortex-var/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME=	CORTEX_release_v1.0.5.21
+PKGNAME=	cortex-var-1.0.5.21
+CATEGORIES=	biology
+MASTER_SITES=	https://sourceforge.net/projects/cortexassembler/files/latest/download/
+EXTRACT_SUFX=	.tgz
+
+MAINTAINER=	INSERT_YOUR_MAIL_ADDRESS_HERE
+HOMEPAGE=	https://sourceforge.net/projects/cortexassembler/files/latest/download/
+COMMENT=	TODO: Short description of the package
+#LICENSE=	# TODO: (see mk/license.mk)
+
+
+WRKSRC=		${WRKDIR}/CORTEX_release_v1.0.5.21
+USE_TOOLS+=	pkg-config gmake
+BUILD_TARGET= 	cortex_var
+
+_BLNK_PASSTHRU_DIRS+=	${WRKSRC}/libs
+
+PKGCONFIG_OVERRIDE+=	libs/gsl-1.15/gsl.pc.in
+INSTALLATION_DIRS+=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/bin/cortex_var_31_c1 ${DESTDIR}${PREFIX}/bin
+.include "../../math/gsl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/cortex-var/PLIST b/cortex-var/PLIST
new file mode 100644
index 0000000000..654a990ecf
--- /dev/null
+++ b/cortex-var/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/cortex_var_31_c1
diff --git a/cortex-var/distinfo b/cortex-var/distinfo
new file mode 100644
index 0000000000..e204e06402
--- /dev/null
+++ b/cortex-var/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (CORTEX_release_v1.0.5.21.tgz) = 2e80b4871821a00b160819f6fdc8a53904ef134b
+RMD160 (CORTEX_release_v1.0.5.21.tgz) = f8d5e4c09db3953d859e36b61d68969f49035689
+SHA512 (CORTEX_release_v1.0.5.21.tgz) = 92200cc1e886e519a8e54c9054a2901a03001091654a0534c7a92a5fa7a0ac43aba782b59731d588525902adf749cabca64cdb9cdb25c215be9afb01690215e3
+Size (CORTEX_release_v1.0.5.21.tgz) = 26902149 bytes


Home | Main Index | Thread Index | Old Index