summaryrefslogtreecommitdiff
path: root/package/.template/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/.template/Makefile')
-rw-r--r--package/.template/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/.template/Makefile b/package/.template/Makefile
index b9b1c125e..12e618f34 100644
--- a/package/.template/Makefile
+++ b/package/.template/Makefile
@@ -41,7 +41,7 @@ PKG_SITES:= add download url without package name
#PKGFB_WITH_SSL:= openssl
# define your choices for your package here, f.e. different SSL implementations
-#PKG_CHOICES:= WITH_OPENSSL WITH_GNUTLS
+#PKG_CHOICES_PKGNAME:= WITH_OPENSSL WITH_GNUTLS
# package description for each choice
#PKGCD_WITH_OPENSSL:= SSL support via OpenSSL library
#PKGCD_WITH_GNUTLS:= SSL support via GNUTLS library
@@ -57,7 +57,7 @@ PKG_SITES:= add download url without package name
include $(TOPDIR)/mk/package.mk
-$(eval $(call PKG_template,@UPKG@,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+$(eval $(call PKG_template,@UPKG@,@PKG@,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
#CONFIG_STYLE:= manual
# use following to add ./configure options
@@ -68,7 +68,7 @@ $(eval $(call PKG_template,@UPKG@,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PK
#INSTALL_STYLE:= manual
# please install all files and directories to the package dir
-post-install:
+@PKG@-install:
$(INSTALL_DIR) $(IDIR_@UPKG@)/usr/bin
$(INSTALL_BIN) $(WRKINST)/usr/bin/@PKG@ \
$(IDIR_@UPKG@)/usr/bin