wok view thunar-dev/receipt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents 6e8b1bcb30e2
children
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 }