summaryrefslogtreecommitdiffstats
path: root/rules/host-genpart.make
blob: 1e7fec38204334faecd9e6019a71b9332d53e5eb (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
33
# -*-makefile-*-
#
# Copyright (C) 2006 by Robert Schwebel
#
# 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_GENPART) += host-genpart

#
# Paths and names
#
HOST_GENPART_VERSION	:= 1.0.2
HOST_GENPART_MD5	:= 2a51dc4ecb5827048044e83e59ac9e1b
HOST_GENPART		:= genpart-$(HOST_GENPART_VERSION)
HOST_GENPART_SUFFIX	:= tar.bz2
HOST_GENPART_URL	:= http://www.pengutronix.de/software/genpart/download/$(HOST_GENPART).$(HOST_GENPART_SUFFIX)
HOST_GENPART_SOURCE	:= $(SRCDIR)/$(HOST_GENPART).$(HOST_GENPART_SUFFIX)
HOST_GENPART_DIR	:= $(HOST_BUILDDIR)/$(HOST_GENPART)

# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------

HOST_GENPART_CONF_TOOL	:= autoconf

# vim: syntax=make