pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add buildlink to VIPS
Module Name: pkgsrc-wip
Committed By: atomicules <base%atomicules.co.uk@localhost>
Pushed By: atomicules
Date: Sun Mar 13 15:00:15 2016 +0000
Changeset: 96ab2a984ac143c320e2bf509723092eea9e5392
Modified Files:
vips/TODO
Added Files:
vips/buildlink3.mk
Log Message:
Add buildlink to VIPS
Initial attempt at buildlink.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=96ab2a984ac143c320e2bf509723092eea9e5392
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
vips/TODO | 6 +-----
vips/buildlink3.mk | 13 +++++++++++++
2 files changed, 14 insertions(+), 5 deletions(-)
diffs:
diff --git a/vips/TODO b/vips/TODO
index 88dbbf7..c20c337 100644
--- a/vips/TODO
+++ b/vips/TODO
@@ -5,12 +5,8 @@ pkglint checks:
Makefile:
-- Add in Tiff buildlink? Also, should these be includes or DEPENDS, I'm still not sure.
+- Add in Tiff buildlink? Also, should these be includes or DEPENDS, I'm still not sure?
options.mk:
- Should add in all the optional dependencies.
-
-Other files:
-
-- Add a buildlink file, since vips is primarily a library to be used by other things.
diff --git a/vips/buildlink3.mk b/vips/buildlink3.mk
new file mode 100644
index 0000000..9e13fdd
--- /dev/null
+++ b/vips/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= vips
+
+.if !defined(VIPS_BUILDLINK3_MK)
+VIPS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.vips+= vips>=8.2.2
+BUILDLINK_PKGSRCDIR.vips?= ../../wip/vips
+
+.endif # VIPS_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -vips
Home |
Main Index |
Thread Index |
Old Index