New package: wt-4.10.0
This commit is contained in:
parent
16d20c058c
commit
37a94b3409
4 changed files with 35 additions and 0 deletions
|
@ -96,6 +96,11 @@ libglib-2.0.so.0 glib-2.76.0_1
|
||||||
libgmodule-2.0.so.0 glib-2.76.0_1
|
libgmodule-2.0.so.0 glib-2.76.0_1
|
||||||
libgio-2.0.so.0 glib-2.76.0_1
|
libgio-2.0.so.0 glib-2.76.0_1
|
||||||
libgobject-2.0.so.0 glib-2.76.0_1
|
libgobject-2.0.so.0 glib-2.76.0_1
|
||||||
|
libwt.so.4.10.0 wt-4.10.0_1
|
||||||
|
libwtdbo.so.4.10.0 wt-4.10.0_1
|
||||||
|
libwtdbosqlite3.so.4.10.0 wt-4.10.0_1
|
||||||
|
libwthttp.so.4.10.0 wt-4.10.0_1
|
||||||
|
libwttest.so.4.10.0 wt-4.10.0_1
|
||||||
libatk-1.0.so.0 atk-1.26.0_1
|
libatk-1.0.so.0 atk-1.26.0_1
|
||||||
libpangocairo-1.0.so.0 pango-1.24.0_1
|
libpangocairo-1.0.so.0 pango-1.24.0_1
|
||||||
libpangoft2-1.0.so.0 pango-1.24.0_1
|
libpangoft2-1.0.so.0 pango-1.24.0_1
|
||||||
|
|
1
srcpkgs/wt-devel
Symbolic link
1
srcpkgs/wt-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
wt
|
28
srcpkgs/wt/template
Normal file
28
srcpkgs/wt/template
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Template file for 'wt'
|
||||||
|
pkgname=wt
|
||||||
|
version=4.10.0
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
makedepends="boost-devel"
|
||||||
|
short_desc="Wt, C++ Web Toolkit"
|
||||||
|
maintainer="danoloan10 <danoloan10@tutanota.com>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://www.webtoolkit.eu/wt"
|
||||||
|
changelog="https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html"
|
||||||
|
distfiles="https://github.com/emweb/wt/archive/refs/tags/${version}.tar.gz"
|
||||||
|
checksum=7090023d4fc4b6594bf4cb11072d9d3d775269327aece9a8993c7bbe46decb9d
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
|
makedepends+=" libatomic-devel"
|
||||||
|
configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
|
||||||
|
fi
|
||||||
|
|
||||||
|
wt-devel_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/cmake
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/wt/update
Normal file
1
srcpkgs/wt/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
site="https://github.com/emweb/wt/releases"
|
Loading…
Add table
Add a link
Reference in a new issue