summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/links.in22
-rw-r--r--rules/links.make18
2 files changed, 19 insertions, 21 deletions
diff --git a/rules/links.in b/rules/links.in
index cd6eff60b..4da83012c 100644
--- a/rules/links.in
+++ b/rules/links.in
@@ -2,19 +2,17 @@
menuconfig LINKS
tristate
- prompt "links"
+ prompt "links "
select NCURSES
- select OPENSSL if LINKS_SSL
-# select OPENSSL_SHARED
- select GPM if LINKS_GPM
- select LIBPNG if LINKS_PNG
- select LIBJPEG if LINKS_JPEG
- select XORG_LIB_XEXT if LINKS_X
- select DIRECTFB if LINKS_DIRECTFB
- select SDL if LINKS_SDL
-# select SDL_SHARED
- select ZLIB if LINKS_ZLIB
- select BZIP2 if LINKS_BZIP2
+ select OPENSSL if LINKS_SSL
+ select GPM if LINKS_GPM
+ select LIBPNG if LINKS_PNG
+ select LIBJPEG if LINKS_JPEG
+ select XORG_LIB_XEXT if LINKS_X
+ select DIRECTFB if LINKS_DIRECTFB
+ select SDL if LINKS_SDL
+ select ZLIB if LINKS_ZLIB
+ select BZIP2 if LINKS_BZIP2
help
links is a fast lightweight text and graphic web-browser
diff --git a/rules/links.make b/rules/links.make
index ce3857263..6cd9115b0 100644
--- a/rules/links.make
+++ b/rules/links.make
@@ -1,5 +1,12 @@
+# -*-makefile-*-
+#
# Copyright (C) 2009 by Markus Rathgeb <rathgeb.markus@googlemail.com>
-
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
PACKAGES-$(PTXCONF_LINKS) += links
@@ -14,7 +21,6 @@ LINKS_URL := http://links.twibright.com/download/$(LINKS).$(LINKS_SUFFIX)
LINKS_SOURCE := $(SRCDIR)/$(LINKS).$(LINKS_SUFFIX)
LINKS_DIR := $(BUILDDIR)/$(LINKS)
-
# ----------------------------------------------------------------------------
# Get
# ----------------------------------------------------------------------------
@@ -24,15 +30,9 @@ $(LINKS_SOURCE):
@$(call get, LINKS)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-links_prepare: $(STATEDIR)/links.prepare
-
LINKS_PATH := PATH=$(CROSS_PATH)
LINKS_ENV := $(CROSS_ENV)
@@ -128,7 +128,7 @@ $(STATEDIR)/links.targetinstall:
@$(call install_fixup, links,PRIORITY,optional)
@$(call install_fixup, links,VERSION,$(LINKS_VERSION))
@$(call install_fixup, links,SECTION,base)
- @$(call install_fixup, links,AUTHOR,"Markus Rathgeb <rathgeb.markus\@googlemail.com>")
+ @$(call install_fixup, links,AUTHOR,"Markus Rathgeb <rathgeb.markus@googlemail.com>")
@$(call install_fixup, links,DEPENDS,)
@$(call install_fixup, links,DESCRIPTION,missing)