pkgsrc-WIP-changes archive

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

sndio: Add buildlink.m3, update PLIST



Module Name:	pkgsrc-wip
Committed By:	Olivier Girondel <olivier%biniou.info@localhost>
Pushed By:	oliv3
Date:		Tue May 31 15:49:39 2022 +0200
Changeset:	e553b96c95952a378ffbe0ce59fab6746bd80d5b

Modified Files:
	sndio/PLIST
Added Files:
	sndio/buildlink3.mk

Log Message:
sndio: Add buildlink.m3, update PLIST

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

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

diffstat:
 sndio/PLIST         |  1 +
 sndio/buildlink3.mk | 12 ++++++++++++
 2 files changed, 13 insertions(+)

diffs:
diff --git a/sndio/PLIST b/sndio/PLIST
index 821678b73f..54005494c7 100644
--- a/sndio/PLIST
+++ b/sndio/PLIST
@@ -5,6 +5,7 @@ bin/sndioctl
 bin/sndiod
 include/sndio.h
 lib/libsndio.so
+lib/libsndio.so.7
 lib/libsndio.so.7.1
 lib/pkgconfig/sndio.pc
 man/man1/aucat.1
diff --git a/sndio/buildlink3.mk b/sndio/buildlink3.mk
new file mode 100644
index 0000000000..bbddb184e0
--- /dev/null
+++ b/sndio/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	sndio
+
+.if !defined(SNDIO_BUILDLINK3_MK)
+SNDIO_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.sndio+=	sndio>=1.8.1
+BUILDLINK_PKGSRCDIR.sndio?=	../../wip/sndio
+.endif	# SNDIO_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-sndio


Home | Main Index | Thread Index | Old Index