# -*-makefile-*-
#
# Copyright (C) @YEAR@ by @AUTHOR@
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
@CLASS@PACKAGES-$(PTXCONF_@CLASS@@PACKAGE@) += @class@@package@

# ----------------------------------------------------------------------------
# Extract
# ----------------------------------------------------------------------------

#$(STATEDIR)/@class@@package@.extract:
#	@$(call targetinfo)
#	@$(call clean, $(@CLASS@@PACKAGE@_DIR))
#	@$(call extract, @PACKAGE@, $(@CLASS@BUILDDIR))
#	@$(call patchin, @PACKAGE@, $(@CLASS@@PACKAGE@_DIR))
#	@$(call touch)

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

#@CLASS@@PACKAGE@_CONF_ENV	:= \
#	$(@CLASS@ENV)

#
# @conf_tool@
#
@CLASS@@PACKAGE@_CONF_TOOL	:= @conf_tool@
#@CLASS@@PACKAGE@_CONF_OPT	:= @CONF_OPT@

#$(STATEDIR)/@class@@package@.prepare:
#	@$(call targetinfo)
#	@$(call world/prepare, @CLASS@@PACKAGE@)
#	@$(call touch)

# ----------------------------------------------------------------------------
# Compile
# ----------------------------------------------------------------------------

#$(STATEDIR)/@class@@package@.compile:
#	@$(call targetinfo)
#	@$(call world/compile, @CLASS@@PACKAGE@)
#	@$(call touch)

# ----------------------------------------------------------------------------
# Install
# ----------------------------------------------------------------------------

#$(STATEDIR)/@class@@package@.install:
#	@$(call targetinfo)
#	@$(call world/install, @CLASS@@PACKAGE@)
#	@$(call touch)

# ----------------------------------------------------------------------------
# Clean
# ----------------------------------------------------------------------------

#$(STATEDIR)/@class@@package@.clean:
#	@$(call targetinfo)
#	@$(call clean_pkg, @CLASS@@PACKAGE@)

# vim: ft=make
