Andreas Wacknitz
2024-03-31 783118944874d559e30eea1600352e3feb5263a7
commit | author | age
c9d6ab 1 #
AL 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.
5 #
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.
9 #
10
11 #
12 # Copyright 2016 Apostolos Syropoulos
8f676f 13 # Copyright 2023 Niklas Poslovski
c9d6ab 14 #
AL 15
16 include ../../../make-rules/shared-macros.mk
17
872155 18 COMPONENT_NAME=         vobcopy
8f676f 19 COMPONENT_VERSION=      1.2.1
872155 20 COMPONENT_SUMMARY=      The VOBcopy DVD tool
8f676f 21 COMPONENT_PROJECT_URL=  https://github.com/barak/vobcopy
872155 22 COMPONENT_FMRI=         media/vobcopy
AL 23 COMPONENT_CLASSIFICATION=System/Media
24 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
8f676f 26 COMPONENT_ARCHIVE_URL=  https://github.com/barak/$(COMPONENT_NAME)/archive/refs/tags/$(COMPONENT_VERSION).tar.gz
c9d6ab 27 COMPONENT_ARCHIVE_HASH= \
8f676f 28     sha256:f4737efaf5ad4f84b5c94ca82cda04dbb20c59cebc23588e3662e0c2813d6fde
872155 29 COMPONENT_LICENSE=      GPLv2
8f676f 30 COMPONENT_LICENSE_FILE= COPYING
c9d6ab 31
AL 32 include $(WS_MAKE_RULES)/encumbered.mk
872155 33 include $(WS_MAKE_RULES)/common.mk
c9d6ab 34
8f676f 35 TEST_TARGET=$(NO_TESTS)
c9d6ab 36
8f676f 37 COMPONENT_PREP_ACTION = (cd $(@D); autoreconf -fvi)
c9d6ab 38
8f676f 39 # Auto-generated dependencies
c9d6ab 40 REQUIRED_PACKAGES += library/video/libdvdread
AL 41 REQUIRED_PACKAGES += system/library