wok view Thunar-dev/receipt @ rev 3093

lxpanel: Remove and add custom icon + use gtk calendar
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 17 00:38:37 2009 +0200 (2009-05-17)
parents 709979335981
children
line source
1 # SliTaz package receipt."
3 PACKAGE="Thunar-dev"
4 VERSION="0.9.3"
5 CATEGORY="development"
6 SHORT_DESC="Thunar File Manager dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="Thunar"
9 WANTED="Thunar"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.xfce.org"
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/usr/lib/thunarx-1 \
16 $fs/usr/lib/thunarx-1
18 cp -a $_pkg/usr/include $fs/usr
19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
21 cp -a $_pkg/usr/lib/thunarx-1/*.*a $fs/usr/lib/thunarx-1
22 }