wok annotate workerfm/receipt @ rev 23737
updated workerfm (2.19.6 -> 4.1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 01 10:15:49 2020 +0100 (2020-05-01) |
parents | 441ae485f53b |
children | 02fd259b363c |
rev | line source |
---|---|
yuripourre@16911 | 1 # SliTaz package receipt. |
yuripourre@16911 | 2 |
yuripourre@16911 | 3 PACKAGE="workerfm" |
Hans-G?nter@23737 | 4 VERSION="4.1.0" |
yuripourre@16911 | 5 CATEGORY="system-tools" |
yuripourre@16911 | 6 SHORT_DESC="A light and easy to use file manager." |
yuripourre@16911 | 7 MAINTAINER="yuripourre@gmail.com" |
Hans-G?nter@23737 | 8 LICENSE="GPL2" |
Hans-G?nter@23737 | 9 WEB_SITE="http://www.boomerangsworld.de/cms/worker/" |
Hans-G?nter@23737 | 10 |
yuripourre@16911 | 11 SOURCE="worker" |
yuripourre@16911 | 12 TARBALL="$SOURCE-$VERSION.tar.bz2" |
yuripourre@16911 | 13 WGET_URL="$WEB_SITE/downloads/$TARBALL" |
Hans-G?nter@23737 | 14 |
Hans-G?nter@23737 | 15 DEPENDS="avfs dbus-glib freetype gcc83-lib-base hal libmagic xorg-libX11 |
Hans-G?nter@23737 | 16 xorg-libXft xorg-libXinerama xorg-xmessage" |
Hans-G?nter@23737 | 17 BUILD_DEPENDS="avfs-dev dbus-glib-dev freetype-dev gcc83 hal-dev libmagic-dev |
Hans-G?nter@23737 | 18 xorg-libX11-dev xorg-libXft-dev xorg-libXinerama-dev" |
yuripourre@16911 | 19 |
yuripourre@16911 | 20 # Rules to configure and make the package. |
yuripourre@16911 | 21 compile_rules() |
yuripourre@16911 | 22 { |
Hans-G?nter@23737 | 23 export CC=gcc-83 |
Hans-G?nter@23737 | 24 export CXX=g++-83 |
Hans-G?nter@23737 | 25 |
Hans-G?nter@23737 | 26 ./configure \ |
Hans-G?nter@23737 | 27 --disable-silent-rules \ |
yuripourre@16911 | 28 $CONFIGURE_ARGS && |
Hans-G?nter@23737 | 29 make && |
Hans-G?nter@23737 | 30 make install |
yuripourre@16911 | 31 } |
yuripourre@16911 | 32 |
yuripourre@16911 | 33 # Rules to gen a SliTaz package suitable for Tazpkg. |
yuripourre@16911 | 34 genpkg_rules() |
yuripourre@16911 | 35 { |
yuripourre@16911 | 36 mkdir -p $fs/usr |
Hans-G?nter@23737 | 37 |
Hans-G?nter@23737 | 38 cp -a $install/usr/bin $fs/usr |
Hans-G?nter@23737 | 39 cp -a $install/usr/share $fs/usr |
yuripourre@16911 | 40 } |