2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2016 Apostolos Syropoulos
13 # Copyright 2023 Niklas Poslovski
16 include ..
/..
/..
/make-rules
/shared-macros.mk
18 COMPONENT_NAME
= vobcopy
19 COMPONENT_VERSION
= 1.2.1
20 COMPONENT_SUMMARY
= The VOBcopy DVD tool
21 COMPONENT_PROJECT_URL
= https
://github.com
/barak
/vobcopy
22 COMPONENT_FMRI
= media
/vobcopy
23 COMPONENT_CLASSIFICATION
=System
/Media
24 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
25 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
26 COMPONENT_ARCHIVE_URL
= https
://github.com
/barak
/$(COMPONENT_NAME
)/archive
/refs
/tags/$(COMPONENT_VERSION
).
tar.gz
27 COMPONENT_ARCHIVE_HASH
= \
28 sha256
:f4737efaf5ad4f84b5c94ca82cda04dbb20c59cebc23588e3662e0c2813d6fde
29 COMPONENT_LICENSE
= GPLv2
30 COMPONENT_LICENSE_FILE
= COPYING
32 include $(WS_MAKE_RULES
)/encumbered.mk
33 include $(WS_MAKE_RULES
)/common.mk
35 TEST_TARGET
=$(NO_TESTS
)
37 COMPONENT_PREP_ACTION
= (cd
$(@D
); autoreconf
-fvi
)
39 # Auto-generated dependencies
40 REQUIRED_PACKAGES
+= library
/video
/libdvdread
41 REQUIRED_PACKAGES
+= system
/library