]> git.proxmox.com Git - proxmox-perl-rs.git/blob - defines.mk
b83abbf943d1092c653f53c55ba77aaaea995626
[proxmox-perl-rs.git] / defines.mk
1 define package_template
2 sed -r \
3 -e 's/\{\{PRODUCT\}\}/$(1)/g;' \
4 -e 's/\{\{LIBRARY\}\}/$(2)/g;' \
5 -e 's|\{\{DEBUG_LIBPATH\}\}|$(DEBUG_LIBPATH)|g;' \
6 $(3)Proxmox/Lib/template.pm \
7 >Proxmox/Lib/$(1).pm
8 endef