summaryrefslogtreecommitdiff
path: root/filesystems/ltfs/buildlink3.mk
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2019-02-25 01:00:38 +0000
committermanu <manu@pkgsrc.org>2019-02-25 01:00:38 +0000
commit5a685c158c657c4a31eda759f02779f2f0871d2e (patch)
treeb1e57e99f3e2c06cb53a6d6ea5e0e6dcd11037fc /filesystems/ltfs/buildlink3.mk
parent0748445e258119611eac4087e9f7c015bf9e6f11 (diff)
downloadpkgsrc-5a685c158c657c4a31eda759f02779f2f0871d2e.tar.gz
Added filesytems/ltfs version 2.4.2.0.0, filesytems/ltfs-ltotape version 0.1
Linear Tape File System (LTFS) is a filesystem to mount a LTFS formatted tape in a tape drive. Once LTFS mounts a LTFS formatted tape as filesystem, user can access to the tape via filesystem API. Objective of this project is being the reference implementation of the LTFS format Specifications in SNIA (https://www.snia.org/tech_activities/standards/curr_standards/ltfs). At this time, the LTFS format specifications 2.4 is the target
Diffstat (limited to 'filesystems/ltfs/buildlink3.mk')
-rw-r--r--filesystems/ltfs/buildlink3.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/filesystems/ltfs/buildlink3.mk b/filesystems/ltfs/buildlink3.mk
new file mode 100644
index 00000000000..8187dbb2809
--- /dev/null
+++ b/filesystems/ltfs/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/02/25 01:00:39 manu Exp $
+
+BUILDLINK_TREE+= ltfs
+
+.if !defined(LTFS_BUILDLINK3_MK)
+LTFS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ltfs+= ltfs>=2.4.2.0.0
+BUILDLINK_ABI_DEPENDS.ltfs+= ltfs>=2.4.2.0.0
+BUILDLINK_PKGSRCDIR.ltfs?= ../../filesystems/ltfs
+.endif # LTFS_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -ltfs