2010-11-18 16:51:37 +02:00
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := netsurf
PKG_VERSION := r10943
PKG_RELEASE := 1
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := http://www.netsurf-browser.org/downloads/development/
PKG_BUILD_DIR := $( BUILD_DIR) /$( PKG_NAME)
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
d e f i n e P a c k a g e / n e t s u r f
SUBMENU:= Web
SECTION:= network
CATEGORY:= Network
TITLE:= netsurf
URL:= http://www.netsurf-browser.org/
2010-11-18 17:55:16 +02:00
DEPENDS:= +libsdl +libcss +libhubbub +libparserutils @BROKEN
2010-11-18 16:51:37 +02:00
e n d e f
d e f i n e P a c k a g e / n e t s u r f / d e s c r i p t i o n
NetSurf is a free, open source web browser. It is written in C and released under the GNU Public Licence version 2. NetSurf has its own layout and rendering engine entirely written from scratch. It is small and capable of handling many of the web standards in use today.
e n d e f
MAKE_VARS +=
TARGET_CFLAGS += -I$( STAGING_DIR) /usr/include/SDL
d e f i n e B u i l d / P r e p a r e
$( call Build/Prepare/Default)
$( CP) $( FILES_DIR) /Makefile.config $( PKG_BUILD_DIR)
e n d e f
d e f i n e P a c k a g e / n e t s u r f / i n s t a l l
$( INSTALL_DIR) \
$( 1) /usr/bin \
$( INSTALL_BIN) \
./files/netsurf \
$( 1) /usr/bin/
e n d e f
$( eval $ ( call BuildPackage ,netsurf ) )