wok-6.x annotate workerfm/receipt @ rev 24107
updated adminer (4.7.5 -> 4.8.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Sep 25 17:50:51 2021 +0100 (2021-09-25) |
parents | e7c729ae0681 |
children | 83b97236db32 |
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@23741 | 15 DEPENDS="avfs dbus-glib freetype gcc83-lib-base hal |
Hans-G?nter@23741 | 16 libmagic xorg-libX11 xorg-libXft xorg-libXinerama |
Hans-G?nter@23741 | 17 xorg-xmessage" |
Hans-G?nter@23741 | 18 BUILD_DEPENDS="avfs-dev dbus-glib-dev freetype-dev gcc83 |
Hans-G?nter@23741 | 19 hal-dev libmagic-dev liblzma-dev util-linux-uuid-dev |
Hans-G?nter@23737 | 20 xorg-libX11-dev xorg-libXft-dev xorg-libXinerama-dev" |
yuripourre@16911 | 21 |
yuripourre@16911 | 22 # Rules to configure and make the package. |
yuripourre@16911 | 23 compile_rules() |
yuripourre@16911 | 24 { |
Hans-G?nter@23737 | 25 export CC=gcc-83 |
Hans-G?nter@23737 | 26 export CXX=g++-83 |
Hans-G?nter@23737 | 27 |
Hans-G?nter@23737 | 28 ./configure \ |
Hans-G?nter@23737 | 29 --disable-silent-rules \ |
yuripourre@16911 | 30 $CONFIGURE_ARGS && |
Hans-G?nter@23737 | 31 make && |
Hans-G?nter@23737 | 32 make install |
yuripourre@16911 | 33 } |
yuripourre@16911 | 34 |
yuripourre@16911 | 35 # Rules to gen a SliTaz package suitable for Tazpkg. |
yuripourre@16911 | 36 genpkg_rules() |
yuripourre@16911 | 37 { |
yuripourre@16911 | 38 mkdir -p $fs/usr |
Hans-G?nter@23737 | 39 |
Hans-G?nter@23737 | 40 cp -a $install/usr/bin $fs/usr |
Hans-G?nter@23737 | 41 cp -a $install/usr/share $fs/usr |
yuripourre@16911 | 42 } |