wok-next view workerfm/receipt @ rev 20475

Tiny edits: libsdl-mixer, scummvm, stella, syasokoban, sz81, tuxpaint, workerfm...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Mar 11 13:37:02 2018 +0200 (2018-03-11)
parents 441ae485f53b
children e4425aeb7078
line source
1 # SliTaz package receipt v2.
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 LICENSE="GPL2"
9 WEB_SITE="http://www.boomerangsworld.de/cms/worker/"
11 TARBALL="worker-$VERSION.tar.bz2"
12 WGET_URL="$WEB_SITE/downloads/$TARBALL"
14 BUILD_DEPENDS="avfs-dev dbus-glib-dev freetype-dev hal-dev libmagic-dev \
15 xorg-libX11-dev xorg-libXft-dev xorg-libXinerama-dev"
17 compile_rules() {
18 ./configure \
19 --disable-silent-rules \
20 $CONFIGURE_ARGS &&
21 make && make install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="avfs dbus-glib freetype hal libmagic xorg-libX11 xorg-libXft \
27 xorg-libXinerama xorg-xmessage"
28 }