wok-next diff 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 diff
     1.1 --- a/workerfm/receipt	Tue Jul 15 21:27:35 2014 -0300
     1.2 +++ b/workerfm/receipt	Sun Mar 11 13:37:02 2018 +0200
     1.3 @@ -1,34 +1,28 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="workerfm"
     1.8  VERSION="2.19.6"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="A light and easy to use file manager."
    1.11 +SHORT_DESC="A light and easy to use file manager"
    1.12  MAINTAINER="yuripourre@gmail.com"
    1.13 -SOURCE="worker"
    1.14  LICENSE="GPL2"
    1.15 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.16  WEB_SITE="http://www.boomerangsworld.de/cms/worker/"
    1.17 +
    1.18 +TARBALL="worker-$VERSION.tar.bz2"
    1.19  WGET_URL="$WEB_SITE/downloads/$TARBALL"
    1.20 -DEPENDS="avfs dbus-glib freetype hal libmagic xorg-libX11 xorg-libXft xorg-libXinerama 
    1.21 -xorg-xmessage"
    1.22 -BUILD_DEPENDS="avfs-dev dbus-glib-dev freetype-dev hal-dev libmagic-dev xorg-libX11-dev \
    1.23 -xorg-libXft-dev xorg-libXinerama-dev"
    1.24  
    1.25 -# Rules to configure and make the package.
    1.26 -compile_rules()
    1.27 -{
    1.28 -	cd $src
    1.29 +BUILD_DEPENDS="avfs-dev dbus-glib-dev freetype-dev hal-dev libmagic-dev \
    1.30 +xorg-libX11-dev xorg-libXft-dev xorg-libXinerama-dev"
    1.31 +
    1.32 +compile_rules() {
    1.33  	./configure \
    1.34  		--disable-silent-rules \
    1.35  		$CONFIGURE_ARGS &&
    1.36  	make && make install
    1.37  }
    1.38  
    1.39 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.40 -genpkg_rules()
    1.41 -{
    1.42 -	mkdir -p $fs/usr
    1.43 -	cp -a $install/usr/bin $fs/usr
    1.44 -	cp -a $install/usr/share $fs/usr
    1.45 +genpkg_rules() {
    1.46 +	copy @std
    1.47 +	DEPENDS="avfs dbus-glib freetype hal libmagic xorg-libX11 xorg-libXft \
    1.48 +	xorg-libXinerama xorg-xmessage"
    1.49  }