libtool: change to new library paths
[unleashed-userland.git] / components / pkgbuild / Makefile
blob876d08f48a098c5ca2120ef5878c2ea603a8e1f0
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
14 # Note: Depends on xz for build
16 include ../../make-rules/shared-macros.mk
18 COMPONENT_NAME= pkgbuild
19 COMPONENT_VERSION= 1.3.105
20 COMPONENT_REVISION= 2
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
23 COMPONENT_ARCHIVE_HASH= sha256:ed32d913af249d4221c2b94450eb4e996747024260c210620e94ac8130bc0fd6
24 COMPONENT_ARCHIVE_URL= http://downloads.sourceforge.net/project/$(COMPONENT_NAME)/$(COMPONENT_NAME)/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
26 include ../../make-rules/prep.mk
27 include ../../make-rules/configure.mk
28 include ../../make-rules/ips.mk
30 COMPONENT_PREP_ACTION += \
31 (cd $(@D); aclocal-1.10 -I m4; automake-1.10 --add-missing; autoconf)
33 build: $(BUILD_32)
35 install: $(INSTALL_32)
37 test: $(NO_TESTS)