# SliTaz package receipt. PACKAGE="libwpe-dev" VERSION="1.12.0" CATEGORY="development" SHORT_DESC="General-purpose library for WPE WebKit - development files." MAINTAINER="maintainer@slitaz.org" LICENSE="other" WEB_SITE="https://wpewebkit.org" DEPENDS="libwpe pkg-config" WANTED="libwpe" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/lib/pkgconfig $fs/usr/lib cp -a $install/usr/include $fs/usr }