Another attempt to get netsurf-svn trunk to build...

This commit is contained in:
Scott McCreary
2010-04-12 05:05:28 +00:00
parent 2ad6cdcdad
commit 0a0954d8e6
2 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
DESCRIPTION="NetSurf is a multi-platform web browser"
HOMEPAGE="http://www.netsurf-browser.org/"
SRC_URI="svn://svn.netsurf-browser.org/trunk#10380"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="pkgconfig, gperf, libpng"
#CHECKSUM_MD5="f73fdd2a9e29cf7200bdc521590d4592"
BUILD {
export GCCVER=2
cp ../scanner.c netsurf-10380/netsurf/css/scanner.c
cd netsurf-10380
touch -t 201801010000 netsurf/css/scanner.c
export GCCVER=2
cd libparserutils
echo "CFLAGS += -DWITH_ICONV_FILTER" > build/Makefile.config.override
make
make install
cd ..
cd libwapcaplet
make
make install
cd ..
cd libcss
make
make install
cd ..
make beos
}
INSTALL {
cd netsurf-10380
make install
}

View File

@@ -0,0 +1,33 @@
DESCRIPTION="NetSurf is a multi-platform web browser"
HOMEPAGE="http://www.netsurf-browser.org/"
SRC_URI="svn://svn.netsurf-browser.org/trunk#9872"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="pkgconfig, gperf, libpng"
#CHECKSUM_MD5="f73fdd2a9e29cf7200bdc521590d4592"
BUILD {
export GCCVER=2
cp ../scanner.c netsurf-9872/netsurf/css/scanner.c
cd netsurf-9872
touch -t 201801010000 netsurf/css/scanner.c
export GCCVER=2
cd libparserutils
echo "CFLAGS += -DWITH_ICONV_FILTER" > build/Makefile.config.override
make
make install
cd ..
cd libwapcaplet
make
make install
cd ..
cd libcss
make
make install
cd ..
make beos
}
INSTALL {
cd netsurf-9872
make install
}