wok-next annotate workerfm/receipt @ rev 16911

Add workerfm
author Yuri Pourre <yuripourre@gmail.com>
date Tue Jul 15 21:22:51 2014 -0300 (2014-07-15)
parents
children 441ae485f53b
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@16911 9 TARBALL="$SOURCE-$VERSION.tar.bz2"
yuripourre@16911 10 WEB_SITE="http://www.boomerangsworld.de/cms/worker/"
yuripourre@16911 11 WGET_URL="$WEB_SITE/downloads/$TARBALL"
yuripourre@16911 12 DEPENDS="avfs dbus-glib freetype hal libmagic xorg-libX11 xorg-libXft xorg-libXinerama
yuripourre@16911 13 xorg-xmessage"
yuripourre@16911 14 BUILD_DEPENDS="avfs-dev dbus-glib-dev freetype-dev hal-dev libmagic-dev xorg-libX11-dev \
yuripourre@16911 15 xorg-libXft-dev xorg-libXinerama-dev"
yuripourre@16911 16
yuripourre@16911 17 # Rules to configure and make the package.
yuripourre@16911 18 compile_rules()
yuripourre@16911 19 {
yuripourre@16911 20 cd $src
yuripourre@16911 21 ./configure \
yuripourre@16911 22 --disable-silent-rules \
yuripourre@16911 23 $CONFIGURE_ARGS &&
yuripourre@16911 24 make && make install
yuripourre@16911 25 }
yuripourre@16911 26
yuripourre@16911 27 # Rules to gen a SliTaz package suitable for Tazpkg.
yuripourre@16911 28 genpkg_rules()
yuripourre@16911 29 {
yuripourre@16911 30 mkdir -p $fs/usr
yuripourre@16911 31 cp -a $install/usr/bin $fs/usr
yuripourre@16911 32 cp -a $install/usr/share $fs/usr
yuripourre@16911 33 }