summaryrefslogtreecommitdiffstats
path: root/rules/host-xl-tools.make
blob: 2efd1650c1bf33e1d12aa6f2ecbff8ff24370d13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# -*-makefile-*-
#
# Copyright (C) 2011-2012 by Stephan Linz <linz@li-pro.net>
#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
HOST_PACKAGES-$(PTXCONF_HOST_XL_TOOLS) += host-xl-tools

#
# Paths and names
#
HOST_XL_TOOLS_VERSION	:= 1.1.1
HOST_XL_TOOLS_MD5	:= 256e3545f5b812898d2230a504359903
HOST_XL_TOOLS		:= xl-tools-$(HOST_XL_TOOLS_VERSION)
HOST_XL_TOOLS_SUFFIX	:= tar.bz2
HOST_XL_TOOLS_URL	:= http://www.li-pro.de/_media/projects/embedded/xilinx_mb/xl-tools/$(HOST_XL_TOOLS).$(HOST_XL_TOOLS_SUFFIX)
HOST_XL_TOOLS_SOURCE	:= $(SRCDIR)/$(HOST_XL_TOOLS).$(HOST_XL_TOOLS_SUFFIX)
HOST_XL_TOOLS_DIR	:= $(HOST_BUILDDIR)/$(HOST_XL_TOOLS)

#
# autoconf
#
HOST_XL_TOOLS_CONF_TOOL := autoconf

# vim: syntax=make