wok-current view thunar-dev/receipt @ rev 24430
updated collectd-apache and collectd-dev (5.10.0 -> 5.12.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 12 16:39:44 2022 +0100 (2022-02-12) |
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 }