wok annotate workerfm/receipt @ rev 17581

Up: elfutils 0.161
author Alexander Medvedev <devl547@gmail.com>
date Sun Feb 08 18:13:43 2015 +0000 (2015-02-08)
parents 4e0397519e0a
children e7c729ae0681
rev   line source
yuripourre@16911 1 # SliTaz package receipt.
yuripourre@16911 2
yuripourre@16911 3 PACKAGE="workerfm"
yuripourre@16911 4 VERSION="2.19.6"
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"
yuripourre@16911 8 SOURCE="worker"
yuripourre@16912 9 LICENSE="GPL2"
yuripourre@16911 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
yuripourre@16911 11 WEB_SITE="http://www.boomerangsworld.de/cms/worker/"
yuripourre@16911 12 WGET_URL="$WEB_SITE/downloads/$TARBALL"
yuripourre@16911 13 DEPENDS="avfs dbus-glib freetype hal libmagic xorg-libX11 xorg-libXft xorg-libXinerama
yuripourre@16911 14 xorg-xmessage"
yuripourre@16911 15 BUILD_DEPENDS="avfs-dev dbus-glib-dev freetype-dev hal-dev libmagic-dev xorg-libX11-dev \
yuripourre@16911 16 xorg-libXft-dev xorg-libXinerama-dev"
yuripourre@16911 17
yuripourre@16911 18 # Rules to configure and make the package.
yuripourre@16911 19 compile_rules()
yuripourre@16911 20 {
yuripourre@16911 21 cd $src
yuripourre@16911 22 ./configure \
yuripourre@16911 23 --disable-silent-rules \
yuripourre@16911 24 $CONFIGURE_ARGS &&
yuripourre@16911 25 make && make install
yuripourre@16911 26 }
yuripourre@16911 27
yuripourre@16911 28 # Rules to gen a SliTaz package suitable for Tazpkg.
yuripourre@16911 29 genpkg_rules()
yuripourre@16911 30 {
yuripourre@16911 31 mkdir -p $fs/usr
yuripourre@16911 32 cp -a $install/usr/bin $fs/usr
yuripourre@16911 33 cp -a $install/usr/share $fs/usr
yuripourre@16911 34 }