pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
aml: finalize
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Sat Mar 21 11:44:42 2026 +0100
Changeset: 23b01b005efc8430f99562ee9c5f4f604b668992
Modified Files:
aml/Makefile
Log Message:
aml: finalize
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=23b01b005efc8430f99562ee9c5f4f604b668992
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
aml/Makefile | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
diffs:
diff --git a/aml/Makefile b/aml/Makefile
index 6caf0f7807..bfb4fc48a6 100644
--- a/aml/Makefile
+++ b/aml/Makefile
@@ -1,22 +1,29 @@
# $NetBSD$
DISTNAME= aml-1.0.0
-CATEGORIES= # TODO: add primary category
+CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=any1/}
-GITHUB_TAG= refs/tags/v${PKGVERSION_NOREV}
+GITHUB_TAG= v${PKGVERSION_NOREV}
-MAINTAINER= INSERT_YOUR_MAIL_ADDRESS_HERE # or use pkgsrc-users%NetBSD.org@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/any1/aml/
-COMMENT= TODO: Short description of the package
-#LICENSE= # TODO: (see mk/license.mk)
-
-WRKSRC= ${WRKDIR}/${DISTNAME}
+COMMENT= Another main loop library
+LICENSE= isc
# -D_POSIX_C_SOURCE=200809L
CFLAGS.NetBSD+= -D_NETBSD_SOURCE=1
+USE_TOOLS+= pkg-config
+
PKGCONFIG_OVERRIDE+= output/meson-private/aml1.pc
PKGCONFIG_OVERRIDE_STAGE= post-configure
+SUBST_CLASSES+= nogit
+SUBST_STAGE.nogit= pre-configure
+SUBST_MESSAGE.nogit= Set version
+SUBST_FILES.nogit+= meson.build
+SUBST_SED.nogit+= -e 's/git =/\#git =/g'
+SUBST_SED.nogit+= -e 's/git.found()/false/g'
+
.include "../../devel/meson/build.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index