summaryrefslogtreecommitdiff
path: root/package/links
diff options
context:
space:
mode:
Diffstat (limited to 'package/links')
-rw-r--r--package/links/Makefile8
-rw-r--r--package/links/ipkg/links.control4
2 files changed, 6 insertions, 6 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 \
diff --git a/package/links/ipkg/links.control b/package/links/ipkg/links.control
deleted file mode 100644
index 28742a5ab..000000000
--- a/package/links/ipkg/links.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: links
-Priority: optional
-Section: net
-Description: web browser with console graphic support