summaryrefslogtreecommitdiff
path: root/package/.template/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-31 20:20:09 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-31 20:20:09 +0200
commitc2bd3a43342e37a05a97e12581dd2bd52993877a (patch)
tree39f9427d581669d8f619b4df44c5c5548c8fd955 /package/.template/Makefile
parentac46bdeef28bc2b65e1880884a79257c28e423a7 (diff)
Revert "fix conflict, autoseect libgcj"
This reverts commit ac46bdeef28bc2b65e1880884a79257c28e423a7, reversing changes made to 418fb3668f7140cc3e2ba07c354fe0d9bbb47d04.
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 12e618f34..b9b1c125e 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_PKGNAME:= WITH_OPENSSL WITH_GNUTLS
+#PKG_CHOICES:= 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@,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+$(eval $(call PKG_template,@UPKG@,$(PKG_NAME),$(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@,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPE
#INSTALL_STYLE:= manual
# please install all files and directories to the package dir
-@PKG@-install:
+post-install:
$(INSTALL_DIR) $(IDIR_@UPKG@)/usr/bin
$(INSTALL_BIN) $(WRKINST)/usr/bin/@PKG@ \
$(IDIR_@UPKG@)/usr/bin