pkgsrc-WIP-changes archive

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

(ham/ft8-lib) more install, gen_ft8 and decode_ft8



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (mef) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Fri Mar 5 09:19:43 2021 +0900
Changeset:	eeb09fbfd4c8230eb05b22ccd8b9ffe743d228e5

Modified Files:
	ft8-lib/Makefile
	ft8-lib/PLIST

Log Message:
(ham/ft8-lib) more install, gen_ft8 and decode_ft8

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

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

diffstat:
 ft8-lib/Makefile | 6 +++++-
 ft8-lib/PLIST    | 2 ++
 2 files changed, 7 insertions(+), 1 deletion(-)

diffs:
diff --git a/ft8-lib/Makefile b/ft8-lib/Makefile
index 4263d332b7..213a088f32 100644
--- a/ft8-lib/Makefile
+++ b/ft8-lib/Makefile
@@ -13,6 +13,10 @@ LICENSE=	mit
 USE_TOOLS+=	gmake
 USE_LANGUAGES+=	c c++
 
-INSTALLATION_DIRS=	lib
+INSTALLATION_DIRS=	lib bin
+
+post-install:
+	cd ${WRKSRC}; ${INSTALL} gen_ft8 ${DESTDIR}${PREFIX}/bin
+	cd ${WRKSRC}; ${INSTALL} decode_ft8 ${DESTDIR}${PREFIX}/bin
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/ft8-lib/PLIST b/ft8-lib/PLIST
index f2945a843f..0f3b753a3f 100644
--- a/ft8-lib/PLIST
+++ b/ft8-lib/PLIST
@@ -1,2 +1,4 @@
 @comment $NetBSD$
+bin/decode_ft8
+bin/gen_ft8
 lib/libft8.a


Home | Main Index | Thread Index | Old Index