python/stevedore: update to 5.4.0
[oi-userland.git] / components / archiver / rpm2cpio / Makefile
blob1f7f3b34d7c70451e74783d972519a40811235d9
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
23 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
26 include ../../../make-rules/shared-macros.mk
28 # The version of rpm2cpio.pl delivered in Userland does not seem to be
29 # available in the form of a compressed source tarball, so it is
30 # exceptionally delivered in the Userland gate itself. Note that the version
31 # number comes from the PORTVERSION field of the Makefile at the
32 # COMPONENT_PROJECT_URL site.
34 COMPONENT_NAME= rpm2cpio
35 # FreeBSD revision 404282
36 COMPONENT_VERSION= 1.4
37 COMPONENT_PROJECT_URL= http://svnweb.freebsd.org/ports/head/archivers/rpm2cpio
38 COMPONENT_SRC= src
39 COMPONENT_BUGDB= utility/rpm
41 TPNO= 17824
43 include $(WS_MAKE_RULES)/prep.mk
45 # Do not clean the sources (set in prep.mk)
47 CLEAN_PATHS=
49 include $(WS_MAKE_RULES)/ips.mk
51 CLEAN_PATHS+= $(BUILD_DIR_32)
53 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
55 # Common targets
58 $(BUILD_32):
59 # Just create the build directory, which is needed for publishing.
60 # There is nothing to actually build.
62 $(RM) -r $(BUILD_DIR_32) ; $(MKDIR) $(BUILD_DIR_32)
63 $(TOUCH) $@
65 $(INSTALL_32):
66 @echo "Nothing to install."
67 $(TOUCH) $@
69 build: $(BUILD_32)
70 install: $(INSTALL_32)
71 test: $(NO_TESTS)
73 REQUIRED_PACKAGES += library/libarchive