wok view waterline-dev/receipt @ rev 20679

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 26 12:26:47 2019 +0100 (2019-01-26)
parents fc9203de5ff2
children
line source
1 # SliTaz package receipt.
3 PACKAGE="waterline-dev"
4 VERSION="ed8ddef"
5 CATEGORY="x-window"
6 SHORT_DESC="A lightweight framework for desktop widgets and applets. dev files."
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/sde-gui/waterline"
10 WANTED="waterline"
12 DEPENDS="waterline pkg-config libsde-utils-jansson libsde-utils-x11"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/waterline/internals
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/lib/waterline/internals/*.la $fs/usr/lib/waterline/internals
21 }