wok-current diff waterline-dev/receipt @ rev 19609
Up slitaz-boot-scripts (435), tazpkg (930)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 07 12:47:29 2017 +0100 (2017-01-07) |
parents | |
children | fc9203de5ff2 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/waterline-dev/receipt Sat Jan 07 12:47:29 2017 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="waterline-dev" 1.7 +VERSION="ed8ddef" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="A lightweight framework for desktop widgets and applets. dev files." 1.10 +MAINTAINER="psychomaniak@xakep.ru" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="http://git.make-linux.org/sde/waterline.git" 1.13 +WANTED="waterline" 1.14 + 1.15 +DEPENDS="waterline libsde-utils-jansson libsde-utils-x11" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/usr/lib/waterline/internals 1.21 + cp -a $install/usr/include $fs/usr 1.22 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.23 + cp -a $install/usr/lib/waterline/internals/*.la $fs/usr/lib/waterline/internals 1.24 +}