pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/ltm Enable pkgviews installation.
details: https://anonhg.NetBSD.org/pkgsrc/rev/17962ecda291
branches: trunk
changeset: 478806:17962ecda291
user: minskim <minskim%pkgsrc.org@localhost>
date: Fri Jul 30 13:57:25 2004 +0000
description:
Enable pkgviews installation.
diffstat:
math/ltm/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r a20dee86ac13 -r 17962ecda291 math/ltm/Makefile
--- a/math/ltm/Makefile Fri Jul 30 13:57:11 2004 +0000
+++ b/math/ltm/Makefile Fri Jul 30 13:57:25 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/07/30 13:49:40 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2004/07/30 13:57:25 minskim Exp $
#
DISTNAME= ltm-0.30
@@ -10,11 +10,15 @@
HOMEPAGE= http://math.libtomcrypt.org/
COMMENT= Number theoretic multiple-precision integer library
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}/libtommath-0.30
USE_BUILDLINK3= yes
MAKEFILE= makefile
ALL_TARGET= default
+INSTALLATION_DIRS= include lib
+
do-install:
${INSTALL_DATA} ${WRKSRC}/tommath.h ${PREFIX}/include
${INSTALL_LIB} ${WRKSRC}/libtommath.a ${PREFIX}/lib
Home |
Main Index |
Thread Index |
Old Index