pkgsrc-WIP-changes archive

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

nessoundstudio: finish package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Mon Dec 19 14:07:38 2022 +0100
Changeset:	582fd05eb43f1b340e422f46502ad0c970704296

Modified Files:
	nessoundstudio/Makefile
	nessoundstudio/PLIST
	nessoundstudio/distinfo
Removed Files:
	nessoundstudio/TODO

Log Message:
nessoundstudio: finish package

program does nothing though, just exits when started

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

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

diffstat:
 nessoundstudio/Makefile | 7 +++++++
 nessoundstudio/PLIST    | 4 +---
 nessoundstudio/TODO     | 0
 nessoundstudio/distinfo | 6 +++---
 4 files changed, 11 insertions(+), 6 deletions(-)

diffs:
diff --git a/nessoundstudio/Makefile b/nessoundstudio/Makefile
index 0bcdf8c44c..39c223be6a 100644
--- a/nessoundstudio/Makefile
+++ b/nessoundstudio/Makefile
@@ -12,4 +12,11 @@ LICENSE=	modified-bsd
 WRKSRC=		${WRKDIR}/nessoundstudio-0.2
 USE_LANGUAGES=	c++
 
+INSTALLATION_DIRS=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/nessoundstudio ${DESTDIR}${PREFIX}/bin
+
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../graphics/SDL_image/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/nessoundstudio/PLIST b/nessoundstudio/PLIST
index 92ba51a2d7..e334af2e7b 100644
--- a/nessoundstudio/PLIST
+++ b/nessoundstudio/PLIST
@@ -1,4 +1,2 @@
 @comment $NetBSD$
-@comment TODO: to fill this file with the file listing:
-@comment TODO: 1. run "/usr/bin/make package"
-@comment TODO: 2. run "/usr/bin/make print-PLIST"
+bin/nessoundstudio
diff --git a/nessoundstudio/TODO b/nessoundstudio/TODO
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/nessoundstudio/distinfo b/nessoundstudio/distinfo
index f2d52c5ed6..179969dbd5 100644
--- a/nessoundstudio/distinfo
+++ b/nessoundstudio/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (nessoundstudio-0.2.2.tar.gz) = da708aee656966802c9a9680fb627ffd2d4fc45d37d6f4131ea5d62246c46017
-SHA512 (nessoundstudio-0.2.2.tar.gz) = 65f06b6aa1e0baebb475049bca0473b118d45027025efa2df3e3076232106402c186235839c9e0cf61cef47128bc8979f66b28efd463c69ac8a8e031fba84828
-Size (nessoundstudio-0.2.2.tar.gz) = 3076 bytes
+BLAKE2s (nessoundstudio-0.2.2.tar.gz) = 70cb9be9c1e91fa6ead6719b391f39ed543ca8466d07be9069e0aa2bd5630f50
+SHA512 (nessoundstudio-0.2.2.tar.gz) = 05db8462fbc81ffa7f8ce770e6c46ed758cf0bb308953e3f9af0cdbc67623880ad925a52ce109c41b1c753c6e5ed0c2bf7b37327226df0c771880163cc1aa4a3
+Size (nessoundstudio-0.2.2.tar.gz) = 3860 bytes


Home | Main Index | Thread Index | Old Index