wok-current view libwpe-dev/receipt @ rev 25713

Up abiword (3.0.5), libwmf (0.2.13), fix wv url
author Stanislas Leduc <shann@slitaz.org>
date Fri Jun 14 11:35:21 2024 +0000 (4 months ago)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libwpe-dev"
4 VERSION="1.12.0"
5 CATEGORY="development"
6 SHORT_DESC="General-purpose library for WPE WebKit - development files."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="https://wpewebkit.org"
11 DEPENDS="libwpe pkg-config"
12 WANTED="libwpe"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }