summaryrefslogtreecommitdiff
path: root/package/shat
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-24 10:16:49 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-24 10:16:49 +0100
commitcb38e0564bbd6ad9fd0043f7046b7ce32117812c (patch)
tree9405e11a491d21d2f355f19e10f140cff46c1d81 /package/shat
parent6653e2fa4fcc6da11ffecc2b28dcea4287824bae (diff)
parent7a77142069c7008c6294436a7d704ad8229aa48c (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/shat')
-rw-r--r--package/shat/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/shat/Makefile b/package/shat/Makefile
index a28087c75..3bc6fc9ff 100644
--- a/package/shat/Makefile
+++ b/package/shat/Makefile
@@ -7,10 +7,12 @@ PKG_NAME:= shat
PKG_VERSION:= 0.9.7
PKG_RELEASE:= 1
PKG_MD5SUM:= da06846f35838b14d1513523dad84d24
-PKG_DESCR:= Source Hardware Address Translation - a tool for nomadic routing
+PKG_DESCR:= a tool for nomadic routing
PKG_SECTION:= net/misc
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=shat/}
+PKG_LIBC_DEPENDS:= uclibc glibc
+
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,SHAT,shat,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))