wok-next annotate workerfm/receipt @ rev 21156

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 02 16:32:35 2019 +0200 (2019-02-02)
parents e4425aeb7078
children
rev   line source
al@20475 1 # SliTaz package receipt v2.
yuripourre@16911 2
yuripourre@16911 3 PACKAGE="workerfm"
yuripourre@16911 4 VERSION="2.19.6"
yuripourre@16911 5 CATEGORY="system-tools"
al@20475 6 SHORT_DESC="A light and easy to use file manager"
yuripourre@16911 7 MAINTAINER="yuripourre@gmail.com"
yuripourre@16912 8 LICENSE="GPL2"
yuripourre@16911 9 WEB_SITE="http://www.boomerangsworld.de/cms/worker/"
al@20475 10
al@20475 11 TARBALL="worker-$VERSION.tar.bz2"
yuripourre@16911 12 WGET_URL="$WEB_SITE/downloads/$TARBALL"
yuripourre@16911 13
al@20475 14 BUILD_DEPENDS="avfs-dev dbus-glib-dev freetype-dev hal-dev libmagic-dev \
al@21078 15 libx11-dev libxft-dev libxinerama-dev"
al@20475 16
al@20475 17 compile_rules() {
yuripourre@16911 18 ./configure \
yuripourre@16911 19 --disable-silent-rules \
yuripourre@16911 20 $CONFIGURE_ARGS &&
al@20748 21 make &&
al@20748 22 make install
yuripourre@16911 23 }
yuripourre@16911 24
al@20475 25 genpkg_rules() {
al@20475 26 copy @std
al@21078 27 DEPENDS="avfs dbus hal libmagic libx11 libxinerama \
al@21078 28 xmessage"
yuripourre@16911 29 }