diff --git a/common/shlibs b/common/shlibs index 25d27bbdf35..ab35a5f4d4f 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/htmlcxx-devel b/srcpkgs/htmlcxx-devel new file mode 120000 index 00000000000..0469ee84c4e --- /dev/null +++ b/srcpkgs/htmlcxx-devel @@ -0,0 +1 @@ +htmlcxx \ No newline at end of file diff --git a/srcpkgs/htmlcxx/template b/srcpkgs/htmlcxx/template new file mode 100644 index 00000000000..30cf9918303 --- /dev/null +++ b/srcpkgs/htmlcxx/template @@ -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 " +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 + } +}