thunderbird: update to 128.3.0
[oi-userland.git] / components / developer / pkgbuild / Makefile
blob07f4043acb2cd70803feff1650e520a1952d3747
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 2011, Andrzej Szeszo
13 # Copyright 2019, Nona Hansel
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= pkgbuild
19 COMPONENT_VERSION= 1.3.105
20 COMPONENT_REVISION= 5
21 COMPONENT_SUMMARY= pkgbuild - rpmbuild-like tool for building packages
22 COMPONENT_PROJECT_URL= https://sourceforge.net/projects/pkgbuild/
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
25 COMPONENT_ARCHIVE_HASH= sha256:ed32d913af249d4221c2b94450eb4e996747024260c210620e94ac8130bc0fd6
26 COMPONENT_ARCHIVE_URL= https://downloads.sourceforge.net/project/$(COMPONENT_NAME)/$(COMPONENT_NAME)/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
27 COMPONENT_FMRI= package/pkgbuild
28 COMPONENT_CLASSIFICATION=System/Packaging
29 COMPONENT_LICENSE= GPL-2.0-only
30 COMPONENT_LICENSE_FILE= COPYING
32 TEST_TARGET=$(NO_TESTS)
33 include $(WS_MAKE_RULES)/common.mk
35 COMPONENT_PREP_ACTION += \
36 (cd $(@D); aclocal -I m4; automake --add-missing; autoconf)
38 # Auto-generated dependencies
39 REQUIRED_PACKAGES += runtime/perl
40 REQUIRED_PACKAGES += shell/bash
41 REQUIRED_PACKAGES += system/library