wok-next view workerfm/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }