wok-next annotate 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
rev   line source
al@20475 1 # SliTaz package receipt v2.
yuripourre@16911 2
yuripourre@16911 3 PACKAGE="workerfm"
yuripourre@16911 4 VERSION="2.19.6"
yuripourre@16911 5 CATEGORY="system-tools"
al@20475 6 SHORT_DESC="A light and easy to use file manager"
yuripourre@16911 7 MAINTAINER="yuripourre@gmail.com"
yuripourre@16912 8 LICENSE="GPL2"
yuripourre@16911 9 WEB_SITE="http://www.boomerangsworld.de/cms/worker/"
al@20475 10
al@20475 11 TARBALL="worker-$VERSION.tar.bz2"
yuripourre@16911 12 WGET_URL="$WEB_SITE/downloads/$TARBALL"
yuripourre@16911 13
al@20475 14 BUILD_DEPENDS="avfs-dev dbus-glib-dev freetype-dev hal-dev libmagic-dev \
al@20475 15 xorg-libX11-dev xorg-libXft-dev xorg-libXinerama-dev"
al@20475 16
al@20475 17 compile_rules() {
yuripourre@16911 18 ./configure \
yuripourre@16911 19 --disable-silent-rules \
yuripourre@16911 20 $CONFIGURE_ARGS &&
yuripourre@16911 21 make && make install
yuripourre@16911 22 }
yuripourre@16911 23
al@20475 24 genpkg_rules() {
al@20475 25 copy @std
al@20475 26 DEPENDS="avfs dbus-glib freetype hal libmagic xorg-libX11 xorg-libXft \
al@20475 27 xorg-libXinerama xorg-xmessage"
yuripourre@16911 28 }