wok-next view workerfm/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
parents e4425aeb7078
children
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 libx11-dev libxft-dev libxinerama-dev"
17 compile_rules() {
18 ./configure \
19 --disable-silent-rules \
20 $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="avfs dbus hal libmagic libx11 libxinerama \
28 xmessage"
29 }