# -*-makefile-*- # $Id$ # # Copyright (C) 2003 by @AUTHOR@ # # 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 # @PACKET@_PATCHES-$(PTXCONF_@PACKET_NAME@_@PATCH@) += @packet@-@patch@ # ---------------------------------------------------------------------------- # Get # ---------------------------------------------------------------------------- @packet@-@patch@_get: $(STATEDIR)/@packet@-@patch@.get @packet@-@patch@_get_deps = \ $(STATEDIR)/@packet_name@-@patch@.get $(STATEDIR)/@packet@-@patch@.get: $(@packet@-@patch@_get_deps) @$(call targetinfo, $@) @$(call touch, $@) # ---------------------------------------------------------------------------- # Install # ---------------------------------------------------------------------------- @packet@-@patch@_install: $(STATEDIR)/@packet@-@patch@.install $(STATEDIR)/@packet@-@patch@.install: $(STATEDIR)/@packet@-@patch@.get @$(call targetinfo, $@) @$(call patch_apply, $(@PACKET_NAME@_@PATCH@_SOURCE), $(@PACKET@_BUILDDIR)) @$(call touch, $@) # ---------------------------------------------------------------------------- # Clean # ---------------------------------------------------------------------------- @packet@-@patch@_clean: rm -rf $(STATEDIR)/@packet@* # vim: syntax=make