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
2010-11-20 22:54:43 +02:00
PKG_VERSION := r10948
2010-11-18 16:51:37 +02:00
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)
2010-11-20 13:44:08 +02:00
PKG_INSTALL := 1
2010-11-18 16:51:37 +02:00
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
2011-01-17 05:39:00 +02:00
MAINTAINER:= "Xiangfu Liu" <xiangfu@sharism.cc>
2010-11-18 16:51:37 +02:00
SUBMENU:= Web
SECTION:= network
CATEGORY:= Network
TITLE:= netsurf
URL:= http://www.netsurf-browser.org/
2010-11-20 14:26:12 +02:00
DEPENDS:= +libsdl +libcss +libhubbub +libparserutils +libnsfb +libxml2 +libcurl +libfreetype
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
2010-11-20 13:44:08 +02:00
MAKE_FLAGS += "TARGET=framebuffer" \
"PREFIX=/usr"
2010-11-18 16:51:37 +02:00
TARGET_CFLAGS += -I$( STAGING_DIR) /usr/include/SDL
2010-11-20 13:44:08 +02:00
TARGET_LDFLAGS += -Wl,-rpath-link= $( STAGING_DIR) /usr/lib
2010-11-18 16:51:37 +02:00
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) \
2010-11-20 13:44:08 +02:00
$( 1) /usr/bin $( 1) /usr/share/netsurf
2010-11-18 16:51:37 +02:00
$( INSTALL_BIN) \
2010-11-20 13:44:08 +02:00
$( PKG_INSTALL_DIR) /usr/bin/netsurf \
2010-11-18 16:51:37 +02:00
$( 1) /usr/bin/
2010-11-20 13:44:08 +02:00
$( INSTALL_DATA) \
$( PKG_INSTALL_DIR) /usr/share/netsurf/* \
$( 1) /usr/share/netsurf/
2010-11-18 16:51:37 +02:00
e n d e f
$( eval $ ( call BuildPackage ,netsurf ) )