wok view thunar-dev/receipt @ rev 23046

evolution-data-server gnome-desktop libgksu libxklavier scim: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 05 19:14:01 2020 +0100 (2020-03-05)
parents 6e8b1bcb30e2
children e88f253845ac
line source
1 # SliTaz package receipt."
3 PACKAGE="thunar-dev"
4 VERSION="1.6.6"
5 CATEGORY="development"
6 SHORT_DESC="Thunar File Manager dev files"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="thunar"
10 SOURCE="Thunar"
11 WEB_SITE="https://www.xfce.org"
13 DEPENDS="thunar pkg-config"
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/thunarx-2
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 cp -a $install/usr/lib/thunarx-2/*.*a $fs/usr/lib/thunarx-2
23 }