summaryrefslogtreecommitdiff
path: root/package/links/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/links/Makefile')
-rw-r--r--package/links/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/package/links/Makefile b/package/links/Makefile
index d2e8b5e5c..f44745e3e 100644
--- a/package/links/Makefile
+++ b/package/links/Makefile
@@ -9,11 +9,15 @@ PKG_NAME:= links
PKG_VERSION:= 2.2
PKG_RELEASE:= 1
PKG_MD5SUM:= c9937f9ed0061f264973182f871fb667
-MASTER_SITES:= http://links.twibright.com/download/
+PKG_DESCR:= web browser with console graphic support
+PKG_SECTION:= net
+PKG_DEPENDS:= libpng libjpeg libtiff gpm libopenssl
+PKG_URL:= http://links.twibright.com
+PKG_SITES:= http://links.twibright.com/download/
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,LINKS,links,${PKG_VERSION}-${PKG_RELEASE}))
+$(eval $(call PKG_template,LINKS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_STYLE:= gnu
CONFIGURE_ARGS+= --enable-graphics \