New package: libparserutils-0.1.1 (for netsurf)
This commit is contained in:
parent
7e772d57d5
commit
60e2f29324
4 changed files with 54 additions and 0 deletions
1
srcpkgs/libparserutils-devel
Symbolic link
1
srcpkgs/libparserutils-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libparserutils
|
2
srcpkgs/libparserutils/depends
Normal file
2
srcpkgs/libparserutils/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=0.1.1"
|
||||
api_depends="${abi_depends}"
|
15
srcpkgs/libparserutils/libparserutils-devel.template
Normal file
15
srcpkgs/libparserutils/libparserutils-devel.template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'libparserutils-devel'.
|
||||
#
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run libparserutils
|
||||
|
||||
do_install() {
|
||||
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
|
||||
}
|
36
srcpkgs/libparserutils/template
Normal file
36
srcpkgs/libparserutils/template
Normal file
|
@ -0,0 +1,36 @@
|
|||
# Template build file for 'libnsgif'.
|
||||
pkgname=libparserutils
|
||||
version=0.1.1
|
||||
distfiles="http://www.netsurf-browser.org/projects/releases/${pkgname}-${version}-src.tar.gz"
|
||||
short_desc="Library for building efficient parsers, written in C."
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
checksum=8b79ba58d6fa63fa9c74b71482d93f2c5b2c22badac77265f3cc47f3f603f87d
|
||||
long_desc="
|
||||
LibParserUtils is a library for building efficient parsers, written
|
||||
in C. It was developed as part of the NetSurf project and is available
|
||||
for use by other software under the MIT licence.
|
||||
|
||||
* Features
|
||||
No mandatory dependencies (iconv() implementation optional for
|
||||
enhanced charset support)
|
||||
A number of built-in character set converters
|
||||
Mapping of character set names to/from MIB enum values
|
||||
UTF-8 and UTF-16 (host endian) support functions
|
||||
Various simple data structures (resizeable buffer, stack, vector)
|
||||
A UTF-8 input stream
|
||||
Simple C API
|
||||
Portable
|
||||
Shared library"
|
||||
|
||||
subpackages="${pkgname}-devel"
|
||||
|
||||
Add_dependency build sed
|
||||
Add_dependency build perl
|
||||
|
||||
do_build() {
|
||||
make ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make ${makejobs} PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||
}
|
Loading…
Add table
Reference in a new issue