zsh: update to 5.7.1 & native build
[unleashed-userland.git] / components / totem-pl-parser / Makefile
blob86c98d377df808d76ce5b2ecfdd32d80f81f92fa
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2014 Alexander Pyhalov. All rights reserved.
16 include ../../make-rules/shared-macros.mk
18 COMPONENT_NAME= totem-pl-parser
19 COMPONENT_VERSION= 2.32.6
20 COMPONENT_REVISION= 1
21 COMPONENT_SUMMARY= a library to parse playlist
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:e71c8f63a88a75d5c544ac54d10be1edfeef7b26427dea0a9e8e7bd16663241f
26 COMPONENT_ARCHIVE_URL= \
27 http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/2.32/$(COMPONENT_ARCHIVE)
28 COMPONENT_PROJECT_URL = http://www.gnome.org
30 include ../../make-rules/prep.mk
31 include ../../make-rules/configure.mk
32 include ../../make-rules/ips.mk
34 PATH=/usr/gnu/bin:/usr/bin
36 COMPONENT_PREP_ACTION = ( cd $(@D) && \
37 aclocal -I. && \
38 autoheader && \
39 libtoolize --automake --copy --force && \
40 automake -a -f -c &&\
41 autoconf )
43 CONFIGURE_OPTIONS+= --sysconfdir=/etc
44 CONFIGURE_OPTIONS+= --localstatedir=/var/lib
45 CONFIGURE_OPTIONS+= --libexecdir=/usr/lib
47 COMPONENT_BUILD_ENV += CC=$(CC)
49 COMPONENT_INSTALL_ENV+= GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
51 build: $(BUILD_32)
53 install: $(INSTALL_32)