pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Added a new machine emulator package nono - LUNA-I emulator
Module Name: pkgsrc-wip
Committed By: astr0b4by <astr0b4by%gmail.com@localhost>
Pushed By: astr0b4by
Date: Wed Oct 7 21:01:11 2020 +0000
Changeset: fb8af5e9de73d55e6a11696a751a6305ce734b76
Modified Files:
Makefile
Added Files:
nono/DESCR
nono/Makefile
nono/PLIST
nono/distinfo
Log Message:
Added a new machine emulator package nono - LUNA-I emulator
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fb8af5e9de73d55e6a11696a751a6305ce734b76
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 +-
nono/DESCR | 1 +
nono/Makefile | 32 ++++++++++++++++++++++++++++++++
nono/PLIST | 3 +++
nono/distinfo | 6 ++++++
5 files changed, 43 insertions(+), 1 deletion(-)
diffs:
diff --git a/Makefile b/Makefile
index 185f989b2d..5c39a95808 100644
--- a/Makefile
+++ b/Makefile
@@ -5328,7 +5328,7 @@ SUBDIR+= zmap
SUBDIR+= zodiac
SUBDIR+= zoneminder
SUBDIR+= zvbi
-
+SUBDIR+= nono
${.CURDIR}/PKGDB:
${RM} -f ${.CURDIR}/PKGDB
${ECHO_MSG} "Extracting complete dependency database. This may take a while..."
diff --git a/nono/DESCR b/nono/DESCR
new file mode 100644
index 0000000000..f18f44da69
--- /dev/null
+++ b/nono/DESCR
@@ -0,0 +1 @@
+nono is OMRON LUNA-I emulator runs on NetBSD and so on.
diff --git a/nono/Makefile b/nono/Makefile
new file mode 100644
index 0000000000..739b308fbe
--- /dev/null
+++ b/nono/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD$
+
+DISTNAME= nono-0.1.1
+CATEGORIES= emulators
+MASTER_SITES= http://www.pastel-flower.jp/~isaki/nono/archive/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://www.pastel-flower.jp/~isaki/nono/archive/
+COMMENT= OMRON LUNA-I emulator that runs on NetBSD and so on
+#LICENSE= nono-license
+
+GNU_CONFIGURE= yes
+USE_PKGLOCALEDIR= yes
+USE_LANGUAGES= c c++
+MAKE_ENV+= prefix=${PREFIX}
+
+
+WRKSRC= ${WRKDIR}/nono-0.1.1
+
+INSTALLATION_DIRS+= bin
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/wx/nono ${DESTDIR}${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/cli/nono-cli ${DESTDIR}${PREFIX}/bin/
+
+.include "../../mk/bsd.prefs.mk"
+
+.include "../../lang/clang/buildlink3.mk"
+.include "../../x11/wxGTK30/buildlink3.mk"
+.include "../../mk/dlopen.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/nono/PLIST b/nono/PLIST
new file mode 100644
index 0000000000..ff06218351
--- /dev/null
+++ b/nono/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/nono
+bin/nono-cli
diff --git a/nono/distinfo b/nono/distinfo
new file mode 100644
index 0000000000..d86afcb2e9
--- /dev/null
+++ b/nono/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (nono-0.1.1.tar.gz) = 0b61a2d929dab6e9275b697422248d5c5f9084c4
+RMD160 (nono-0.1.1.tar.gz) = 0b0a84f3b0d520e51f28b95e406a8a0900dc782b
+SHA512 (nono-0.1.1.tar.gz) = 1be3dc9f120d0fce4900cbece5013392f83bebe370d1fd99935e405f388c926905e928966d7e4f7f046d05f592aeb88b9584ad9347673788330097e0ab684179
+Size (nono-0.1.1.tar.gz) = 2335735 bytes
Home |
Main Index |
Thread Index |
Old Index