wok view pcmanfm2/receipt @ rev 12077

fix /usr/bin/git-citool in correct link /usr/lib/git-core/git-citool
author Stanislas Leduc <shann@slitaz.org>
date Fri Mar 09 10:16:47 2012 +0100 (2012-03-09)
parents c73118b670f7
children 73641efed1cc
line source
1 # SliTaz package receipt.
3 PACKAGE="pcmanfm2"
4 VERSION="0.9.10"
5 CATEGORY="system-tools"
6 SHORT_DESC="Light and easy to use file manager."
7 MAINTAINER="pankso@slitaz.org"
8 SOURCE="pcmanfm"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://pcmanfm.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/$SOURCE/files/$TARBALL"
13 DEPENDS="glibc-base glib libgio util-linux-ng-uuid libxcb xcb-util expat \
14 zlib fontconfig freetype gtk+ startup-notification dbus dbus-glib libfm"
15 BUILD_DEPENDS="gtk+-dev shared-mime-info intltool dbus-glib-dev dbus-dev \
16 startup-notification-dev libxcb-dev xcb-util-dev libfm-dev menu-cache-dev \
17 expat-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 cd $src
23 ./configure $CONFIGURE_ARGS &&
24 make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/share $fs/etc/xdg/pcmanfm
31 cp -a $install/usr/bin $fs/usr
32 cp -a $install/usr/share/pcmanfm $fs/usr/share
33 cp -a $stuff/default $fs/etc/xdg/pcmanfm
34 }