wok rev 11560

Add pcmanfm2 form wok-undigest
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 25 15:19:15 2011 +0100 (2011-12-25)
parents d6c1451d0ba2
children b8e0449e61d0
files pcmanfm2/receipt pcmanfm2/stuff/pcmanfm.png
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pcmanfm2/receipt	Sun Dec 25 15:19:15 2011 +0100
     1.3 @@ -0,0 +1,39 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="pcmanfm2"
     1.7 +VERSION="0.9.8"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Light and easy to use file manager."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +DEPENDS="glibc-base glib libgio util-linux-ng-uuid libxcb xcb-util expat \
    1.12 +zlib fontconfig freetype gtk+ atk cairo pango pixman libpng gamin \
    1.13 +startup-notification dbus dbus-glib hal xorg-libICE xorg-libSM xorg-libX11 \
    1.14 +xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp \
    1.15 +xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender libfm"
    1.16 +BUILD_DEPENDS="gtk+-dev gamin-dev gamin shared-mime-info intltool hal-dev \
    1.17 +dbus-glib-dev dbus-dev startup-notification-dev libxcb-dev xcb-util-dev \
    1.18 +libfm libfm-dev menu-cache-dev expat-dev"
    1.19 +SOURCE="pcmanfm"
    1.20 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.21 +WEB_SITE="http://pcmanfm.sourceforge.net/"
    1.22 +WGET_URL="$SF_MIRROR/$SOURCE/files/$TARBALL"
    1.23 +
    1.24 +# Rules to configure and make the package.
    1.25 +compile_rules()
    1.26 +{
    1.27 +	cd $src
    1.28 +	./configure \
    1.29 +		--prefix=/usr \
    1.30 +		--mandir=/usr/share/man \
    1.31 +		$CONFIGURE_ARGS &&
    1.32 +	make &&
    1.33 +	make DESTDIR=$PWD/_pkg install
    1.34 +}
    1.35 +
    1.36 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.37 +genpkg_rules()
    1.38 +{
    1.39 +	mkdir -p $fs/usr/share
    1.40 +	cp -a $_pkg/usr/bin $fs/usr
    1.41 +	cp -a $_pkg/usr/share/pcmanfm $fs/usr/share
    1.42 +}
     2.1 Binary file pcmanfm2/stuff/pcmanfm.png has changed