wok rev 16911
Add workerfm
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Tue Jul 15 21:22:51 2014 -0300 (2014-07-15) |
parents | 9a0a8bfcf163 |
children | 441ae485f53b |
files | workerfm/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/workerfm/receipt Tue Jul 15 21:22:51 2014 -0300 1.3 @@ -0,0 +1,33 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="workerfm" 1.7 +VERSION="2.19.6" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="A light and easy to use file manager." 1.10 +MAINTAINER="yuripourre@gmail.com" 1.11 +SOURCE="worker" 1.12 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.13 +WEB_SITE="http://www.boomerangsworld.de/cms/worker/" 1.14 +WGET_URL="$WEB_SITE/downloads/$TARBALL" 1.15 +DEPENDS="avfs dbus-glib freetype hal libmagic xorg-libX11 xorg-libXft xorg-libXinerama 1.16 +xorg-xmessage" 1.17 +BUILD_DEPENDS="avfs-dev dbus-glib-dev freetype-dev hal-dev libmagic-dev xorg-libX11-dev \ 1.18 +xorg-libXft-dev xorg-libXinerama-dev" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + cd $src 1.24 + ./configure \ 1.25 + --disable-silent-rules \ 1.26 + $CONFIGURE_ARGS && 1.27 + make && make install 1.28 +} 1.29 + 1.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 +genpkg_rules() 1.32 +{ 1.33 + mkdir -p $fs/usr 1.34 + cp -a $install/usr/bin $fs/usr 1.35 + cp -a $install/usr/share $fs/usr 1.36 +}