summaryrefslogtreecommitdiffstats
path: root/rules/sp-oops-extract.make
blob: c9cebd9df60547f540843ed2195b812305ae1fe3 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# -*-makefile-*-
#
# Copyright (C) 2012 by Bernhard Walle <walle@corscience.de>
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
PACKAGES-$(PTXCONF_SP_OOPS_EXTRACT) += sp-oops-extract

#
# Paths and names
#
SP_OOPS_EXTRACT_VERSION		:= 0.0.7
SP_OOPS_EXTRACT_MD5		:= b4e3ff7716c249e3446758582a1cae12
SP_OOPS_EXTRACT			:= sp-oops-extract-$(SP_OOPS_EXTRACT_VERSION)
SP_OOPS_EXTRACT_SUFFIX		:= tar.gz
SP_OOPS_EXTRACT_ARCHIVE		:= sp-oops-extract_$(SP_OOPS_EXTRACT_VERSION)-1.$(SP_OOPS_EXTRACT_SUFFIX)
SP_OOPS_EXTRACT_URL		:= http://repository.maemo.org/pool/fremantle/free/s/sp-oops-extract/$(SP_OOPS_EXTRACT_ARCHIVE)
SP_OOPS_EXTRACT_SOURCE		:= $(SRCDIR)/$(SP_OOPS_EXTRACT_ARCHIVE)
SP_OOPS_EXTRACT_DIR		:= $(BUILDDIR)/$(SP_OOPS_EXTRACT)
SP_OOPS_EXTRACT_LICENSE		:= unknown

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

SP_OOPS_EXTRACT_CONF_TOOL	:= NO
SP_OOPS_EXTRACT_MAKE_ENV	:= $(CROSS_ENV)

# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------

$(STATEDIR)/sp-oops-extract.targetinstall:
	@$(call targetinfo)

	@$(call install_init, sp-oops-extract)
	@$(call install_fixup, sp-oops-extract,PRIORITY,optional)
	@$(call install_fixup, sp-oops-extract,SECTION,base)
	@$(call install_fixup, sp-oops-extract,AUTHOR,"Bernhard Walle <walle@corscience.de>")
	@$(call install_fixup, sp-oops-extract,DESCRIPTION,missing)

	@$(call install_copy, sp-oops-extract, 0, 0, 0755, -, \
		/usr/bin/sp-oops-extract)

	@$(call install_finish, sp-oops-extract)

	@$(call touch)

# vim: syntax=make