wok view thunar-dev/receipt @ rev 20701

updated airgeddon (3.31 -> 8.12)
author Hans-G?nter Theisgen
date Tue Feb 05 17:16:21 2019 +0100 (2019-02-05)
parents 3af9c976b7d4
children cfb29dc98daa
line source
1 # SliTaz package receipt."
3 PACKAGE="thunar-dev"
4 VERSION="1.4.0"
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 }