wok view workerfm/receipt @ rev 16911

Add workerfm
author Yuri Pourre <yuripourre@gmail.com>
date Tue Jul 15 21:22:51 2014 -0300 (2014-07-15)
parents
children 441ae485f53b
line source
1 # SliTaz package receipt.
3 PACKAGE="workerfm"
4 VERSION="2.19.6"
5 CATEGORY="system-tools"
6 SHORT_DESC="A light and easy to use file manager."
7 MAINTAINER="yuripourre@gmail.com"
8 SOURCE="worker"
9 TARBALL="$SOURCE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.boomerangsworld.de/cms/worker/"
11 WGET_URL="$WEB_SITE/downloads/$TARBALL"
12 DEPENDS="avfs dbus-glib freetype hal libmagic xorg-libX11 xorg-libXft xorg-libXinerama
13 xorg-xmessage"
14 BUILD_DEPENDS="avfs-dev dbus-glib-dev freetype-dev hal-dev libmagic-dev xorg-libX11-dev \
15 xorg-libXft-dev xorg-libXinerama-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure \
22 --disable-silent-rules \
23 $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
31 cp -a $install/usr/bin $fs/usr
32 cp -a $install/usr/share $fs/usr
33 }