New package: htmlcxx-0.86

This commit is contained in:
RunningDroid 2018-06-06 19:57:59 -04:00 committed by maxice8
parent 78c22baf32
commit ee60759b86
3 changed files with 25 additions and 0 deletions

View file

@ -3379,3 +3379,6 @@ libticonv.so.8 libticonv-1.1.5_1
libtifiles2.so.10 libtifiles2-1.1.7_1
libticables2.so.7 libticables2-1.3.5_1
libticalcs2.so.12 libticalcs2-1.1.9_1
libhtmlcxx.so.3 htmlcxx-0.86_1
libcss_parser_pp.so.0 htmlcxx-0.86_1
libcss_parser.so.0 htmlcxx-0.86_1

1
srcpkgs/htmlcxx-devel Symbolic link
View file

@ -0,0 +1 @@
htmlcxx

21
srcpkgs/htmlcxx/template Normal file
View file

@ -0,0 +1,21 @@
# Template file for 'htmlcxx'
pkgname=htmlcxx
version=0.86
revision=1
build_style=gnu-configure
short_desc="A simple non-validating CSS1 and HTML parser for C++"
maintainer="RunningDroid <runningdroid@zoho.com>"
license="LGPL-2.0-or-later"
homepage="http://htmlcxx.sourceforge.net/"
distfiles="$SOURCEFORGE_SITE/${pkgname}/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
checksum=07542b5ea2442143b125ba213b6823ff4a23fff352ecdd84bbebe1d154f4f5c1
htmlcxx-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}