From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/links/Config.in | 10 ++++++++++ package/links/Makefile | 33 +++++++++++++++++++++++++++++++++ package/links/ipkg/links.control | 4 ++++ 3 files changed, 47 insertions(+) create mode 100644 package/links/Config.in create mode 100644 package/links/Makefile create mode 100644 package/links/ipkg/links.control (limited to 'package/links') diff --git a/package/links/Config.in b/package/links/Config.in new file mode 100644 index 000000000..559e446f3 --- /dev/null +++ b/package/links/Config.in @@ -0,0 +1,10 @@ +config ADK_PACKAGE_LINKS + prompt "links............................. web browser for console" + tristate + select ADK_PACKAGE_LIBJPEG + select ADK_PACKAGE_LIBPNG + select ADK_PACKAGE_LIBOPENSSL + select ADK_PACKAGE_GPM + default n + help + http://links.twibright.com/ diff --git a/package/links/Makefile b/package/links/Makefile new file mode 100644 index 000000000..fb6070b52 --- /dev/null +++ b/package/links/Makefile @@ -0,0 +1,33 @@ +# $Id$ +#- +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include ${TOPDIR}/rules.mk + +PKG_NAME:= links +PKG_VERSION:= 2.2 +PKG_RELEASE:= 1 +PKG_MD5SUM:= c9937f9ed0061f264973182f871fb667 +MASTER_SITES:= http://links.twibright.com/download/ + +include ${TOPDIR}/mk/package.mk + +$(eval $(call PKG_template,LINKS,links,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) + +CONFIGURE_STYLE:= gnu +CONFIGURE_ARGS+= --enable-graphics \ + --with-ssl \ + --without-svgalib \ + --without-x \ + --without-directfb \ + --without-pmshell \ + --without-atheos +BUILD_STYLE:= auto +INSTALL_STYLE:= auto + +post-install: + ${INSTALL_DIR} ${IDIR_LINKS}/usr/bin + ${CP} ${WRKINST}/usr/bin/* ${IDIR_LINKS}/usr/bin + +include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/links/ipkg/links.control b/package/links/ipkg/links.control new file mode 100644 index 000000000..28742a5ab --- /dev/null +++ b/package/links/ipkg/links.control @@ -0,0 +1,4 @@ +Package: links +Priority: optional +Section: net +Description: web browser with console graphic support -- cgit v1.2.3