wok view pcmanfm/receipt @ rev 1056

Up: pcmanfm (0.4.6) - add desktop file to chg bg from the preferences menu
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jul 14 23:26:28 2008 +0200 (2008-07-14)
parents 39d5458d07e8
children b3238730ba5e
line source
1 # SliTaz package receipt.
3 PACKAGE="pcmanfm"
4 VERSION="0.4.6"
5 CATEGORY="system-tools"
6 SHORT_DESC="Light and easy to use file manager."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+ xorg gamin startup-notification"
9 BUILD_DEPENDS="gtk+-dev gamin-dev startup-notification-dev
10 shared-mime-info intltool"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WEB_SITE="http://pcmanfm.sourceforge.net/"
13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 cp ../stuff/pcmanfm.h src
20 ./configure \
21 --prefix=/usr \
22 --mandir=/usr/share/man \
23 $CONFIGURE_ARGS
24 make
25 make DESTDIR=$PWD/_pkg install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/share
32 cp -a $_pkg/usr/bin $fs/usr
33 cp -a $_pkg/usr/share/mime $fs/usr/share
34 cp -a $_pkg/usr/share/pcmanfm $fs/usr/share
35 rm -rf $fs/usr/share/pcmanfm/icons
36 }