New package: libwpe-1.10.0
This commit is contained in:
parent
bbef570be9
commit
98abd6dd27
2 changed files with 32 additions and 0 deletions
|
@ -2994,6 +2994,7 @@ libyaz_icu.so.5 yaz-5.23.1_1
|
|||
libyaz.so.5 yaz-5.23.1_1
|
||||
libyaz_server.so.5 yaz-5.23.1_1
|
||||
libgcab-1.0.so.0 gcab-0.7_1
|
||||
libwpe-1.0.so.1 libwpe-1.10.0_1
|
||||
libliveMedia.so.81 live555-2020.08.11_2
|
||||
libgroupsock.so.8 live555-2020.08.11_2
|
||||
libUsageEnvironment.so.3 live555-2020.08.11_2
|
||||
|
|
31
srcpkgs/libwpe/template
Normal file
31
srcpkgs/libwpe/template
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Template file for 'libwpe'
|
||||
pkgname=libwpe
|
||||
version=1.10.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="MesaLib-devel libxkbcommon-devel"
|
||||
short_desc="General-purpose library for WPE WebKit"
|
||||
maintainer="q66 <daniel@octaforge.org>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://wpewebkit.org"
|
||||
distfiles="https://wpewebkit.org/releases/${pkgname}-${version}.tar.xz"
|
||||
checksum=2415e270d45e3595ed4052bc105f733744dc2d3677e12ff4a831e5029841084d
|
||||
|
||||
do_check() {
|
||||
: # no tests
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
libwpe-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} libxkbcommon-devel"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue