wok-6.x view waterline-dev/receipt @ rev 19094
cacerts, sdft: arm support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 01 22:59:08 2016 +0200 (2016-05-01) |
parents | |
children | fc9203de5ff2 |
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="http://git.make-linux.org/sde/waterline.git"
10 WANTED="waterline"
12 DEPENDS="waterline 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 }