SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "pcmanfm2"

# SliTaz package receipt.

PACKAGE="pcmanfm2"
VERSION="0.9.10"
CATEGORY="system-tools"
SHORT_DESC="Light and easy to use file manager."
MAINTAINER="pankso@slitaz.org"
SOURCE="pcmanfm"
TARBALL="$SOURCE-$VERSION.tar.gz"
WEB_SITE="http://pcmanfm.sourceforge.net/"
WGET_URL="$SF_MIRROR/$SOURCE/files/$TARBALL"

DEPENDS="glibc-base glib libgio util-linux-ng-uuid libxcb xcb-util expat \
zlib fontconfig freetype gtk+ startup-notification dbus dbus-glib libfm"
BUILD_DEPENDS="gtk+-dev shared-mime-info intltool dbus-glib-dev dbus-dev \
startup-notification-dev libxcb-dev xcb-util-dev libfm-dev menu-cache-dev \
expat-dev"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure $CONFIGURE_ARGS &&
    make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share $fs/etc/xdg/pcmanfm
    cp -a $install/usr/bin $fs/usr
    cp -a $install/usr/share/pcmanfm $fs/usr/share
    cp -a $stuff/default $fs/etc/xdg/pcmanfm
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)