wok view thunar-dev/receipt @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
parents 380ffe05937a
children 6e8b1bcb30e2
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="http://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 }