wok view tumbler-dev/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents 585161df03c0
children
line source
1 # SliTaz package receipt.
3 PACKAGE="tumbler-dev"
4 VERSION="0.2.8"
5 CATEGORY="development"
6 SHORT_DESC="Development files for tumbler."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2 LGPL2.1"
9 WEB_SITE="https://gitlab.xfce.org/xfce/tumbler/"
11 DEPENDS="pkg-config tumbler"
12 WANTED="tumbler"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/tumbler-1
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/lib/*.la $usr/lib
22 cp -a $install/usr/lib/tumbler-1/plugins $fs/usr/lib/tumbler-1
24 find $fs/usr/lib -name '*.so*' -delete
25 }