wok-undigest rev 1114

Add a bunch of pkgs with ewebkit and some update (try to build eve)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 26 23:22:36 2014 +0100 (2014-03-26)
parents 64a15fa65df2
children f8cf83d7cf91
files automake/receipt ecrire/receipt efl-dev/receipt efl/receipt ewebkit/receipt ewebkit/stuff/freetype.patch glib-dev/receipt glib/receipt gottet/receipt gst-plugins-base-1.0-dev/receipt gst-plugins-base-1.0/receipt gstreamer-1.0-dev/receipt gstreamer-1.0/receipt kompozer/receipt kompozer/stuff/kompozer.mozconfig libgio-dev/receipt libgio/receipt libsoup-dev/receipt libsoup/receipt nano-x/receipt worker/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/automake/receipt	Wed Mar 26 23:22:36 2014 +0100
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="automake"
     1.7 +VERSION="1.14.1"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="A GNU tool for automatically creating Makefiles"
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="http://www.gnu.org/software/automake/"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14 +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.15 +
    1.16 +DEPENDS="autoconf"
    1.17 +BUILD_DEPENDS="autoconf bison flex"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	./configure $CONFIGURE_ARGS &&
    1.23 +	make && make install
    1.24 +}
    1.25 +
    1.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 +genpkg_rules()
    1.28 +{
    1.29 +	cp -a $install/* $fs
    1.30 +	ln -sf aclocal-${VERSION%.*} $fs/usr/bin/aclocal
    1.31 +	ln -sf automake-${VERSION%.*} $fs/usr/bin/automake
    1.32 +	rm -rf $fs/usr/share/doc $fs/usr/share/info $fs/usr/share/man
    1.33 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/ecrire/receipt	Wed Mar 26 23:22:36 2014 +0100
     2.3 @@ -0,0 +1,35 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="ecrire"
     2.7 +VERSION="0.1.0.105"
     2.8 +CATEGORY="x-window"
     2.9 +SHORT_DESC="EFL simple text editor."
    2.10 +MAINTAINER="pankso@slitaz.org"
    2.11 +LICENSE="BSD"
    2.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.13 +WEB_SITE="http://www.enlightenment.org/"
    2.14 +WGET_URL="git|git://git.enlightenment.org/apps/ecrire.git"
    2.15 +TAGS="e enlightenment efl"
    2.16 +#HOST_ARCH="i486 arm"
    2.17 +
    2.18 +DEPENDS="eina efl libelementary ecore"
    2.19 +BUILD_DEPENDS="git cmake eina-dev efl-dev libelementary elementary-dev \
    2.20 +ecore-dev"
    2.21 +
    2.22 +# Rules to configure and make the package.
    2.23 +compile_rules()
    2.24 +{
    2.25 +	export CFLAGS="$CFLAGS -fvisibility=hidden"
    2.26 +	export LDFLAGS="$LDFLAGS -fvisibility=hidden"
    2.27 +	mkdir build && cd build
    2.28 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
    2.29 +    make && make install
    2.30 +}
    2.31 +
    2.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.33 +genpkg_rules()
    2.34 +{
    2.35 +	mkdir -p $fs/usr/lib
    2.36 +	cp -a $install/usr/bin $fs/usr/bin
    2.37 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.38 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/efl-dev/receipt	Wed Mar 26 23:22:36 2014 +0100
     3.3 @@ -0,0 +1,26 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="efl-dev"
     3.7 +VERSION="1.9.2"
     3.8 +CATEGORY="development"
     3.9 +SHORT_DESC="EFL library - Devel files."
    3.10 +MAINTAINER="domcox@slitaz.org"
    3.11 +LICENSE="LGPL2.1"
    3.12 +WANTED="efl"
    3.13 +WEB_SITE="http://www.enlightenment.org/"
    3.14 +
    3.15 +DEPENDS="efl gstreamer-dev gst-plugins-base-dev check-dev
    3.16 +util-linux-mount-dev util-linux-blkid-dev udev-dev openssl-dev dbus-dev
    3.17 +jpeg-dev fribidi-dev giflib-dev tiff-dev libsndfile-dev lua-dev
    3.18 +xorg-libXp-dev xorg-printproto xorg-scrnsaverproto xorg-libXScrnSaver-dev
    3.19 +mesa-dev util-linux-uuid-dev libxml2-dev"
    3.20 +
    3.21 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.22 +genpkg_rules()
    3.23 +{
    3.24 +	mkdir -p $fs/usr/lib
    3.25 +	cp -a $install/usr/include $fs/usr
    3.26 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    3.27 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    3.28 +	cp -a $install/usr/lib/cmake $fs/usr/lib
    3.29 +}
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/efl/receipt	Wed Mar 26 23:22:36 2014 +0100
     4.3 @@ -0,0 +1,49 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="efl"
     4.7 +VERSION="1.9.2"
     4.8 +CATEGORY="base-system"
     4.9 +SHORT_DESC="EFL Core data structure library."
    4.10 +MAINTAINER="domcox@slitaz.org"
    4.11 +LICENSE="LGPL2.1"
    4.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    4.13 +WEB_SITE="http://www.enlightenment.org/"
    4.14 +WGET_URL="http://download.enlightenment.org/rel/libs/$PACKAGE/$TARBALL"
    4.15 +TAGS="e enlightenment efl"
    4.16 +
    4.17 +DEPENDS="gstreamer-1.0 gst-plugins-base-1.0 util-linux-mount util-linux-blkid \
    4.18 +udev openssl dbus libjpeg fribidi giflib tiff libsndfile lua luajit \
    4.19 +xorg-libXp xorg-libXScrnSaver mesa bullet util-linux-uuid icu harfbuzz"
    4.20 +
    4.21 +BUILD_DEPENDS="gstreamer-1.0-dev gst-plugins-base-1.0-dev check-dev \
    4.22 +util-linux-mount-dev util-linux-blkid-dev udev-dev openssl-dev dbus-dev \
    4.23 +jpeg-dev fribidi-dev giflib-dev tiff-dev libsndfile-dev lua-dev \
    4.24 +xorg-libXp-dev xorg-printproto xorg-scrnsaverproto xorg-libXScrnSaver-dev \
    4.25 +mesa-dev util-linux-uuid-dev libxml2-dev autoconf automake icu-dev \
    4.26 +harfbuzz-dev luajit-dev bullet-dev"
    4.27 +
    4.28 +# Rules to configure and make the package.
    4.29 +compile_rules()
    4.30 +{
    4.31 +	export CFLAGS="$CFLAGS -fvisibility=hidden"
    4.32 +	./configure \
    4.33 +		--disable-static \
    4.34 +		--disable-doc \
    4.35 +		--disable-pulseaudio \
    4.36 +		--disable-tslib \
    4.37 +		--enable-fb \
    4.38 +		--enable-harfbuzz \
    4.39 +		--enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-aaa \
    4.40 +		$CONFIGURE_ARGS &&
    4.41 +	make && make -j1 install DESTDIR=$install
    4.42 +}
    4.43 +
    4.44 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.45 +genpkg_rules()
    4.46 +{
    4.47 +	mkdir -p $fs/usr/lib
    4.48 +	cp -a $install/usr/bin $fs/usr
    4.49 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    4.50 +	cp -a $install/usr/lib/e* $fs/usr/lib
    4.51 +	cp -a $install/usr/share $fs/usr/
    4.52 +}
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/ewebkit/receipt	Wed Mar 26 23:22:36 2014 +0100
     5.3 @@ -0,0 +1,70 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="ewebkit"
     5.7 +#VERSION="164189"
     5.8 +VERSION="159807"
     5.9 +CATEGORY="network"
    5.10 +SHORT_DESC="WebKit ported to the Enlightenment Foundation Libraries."
    5.11 +MAINTAINER="pankso@slitaz.org"
    5.12 +LICENSE="BSD"
    5.13 +SOURCE="webkit-efl"
    5.14 +TARBALL="$SOURCE-$VERSION.tar.xz"
    5.15 +WEB_SITE="http://trac.webkit.org/wiki/EFLWebKit"
    5.16 +WGET_URL="http://download.enlightenment.org/rel/libs/webkit-efl/$TARBALL"
    5.17 +TAGS="e enlightenment"
    5.18 +HOST_ARCH="i486 arm"
    5.19 +
    5.20 +DEPENDS="libsoup libxslt cairo sqlite icu glib harfbuzz mesa enchant \
    5.21 +efl glib-networking"
    5.22 +BUILD_DEPENDS="libsoup-dev libxslt-dev cairo-dev sqlite-dev icu-dev \
    5.23 +glib-dev harfbuzz-dev mesa-dev enchant-dev efl-dev glib-networking-dev"
    5.24 +
    5.25 +# Handle cross compilation
    5.26 +case "$ARCH" in
    5.27 +	i?86) BUILD_DEPENDS="$BUILD_DEPENDS cmake gperf bison flex perl \
    5.28 +python python-dev ruby-dev" ;;
    5.29 +esac
    5.30 +
    5.31 +# Rules to configure and make the package.
    5.32 +compile_rules()
    5.33 +{
    5.34 +	# VIDEO and AUDIO require gstreamer
    5.35 +	# ACCESSIBILITY reqiures atk
    5.36 +	# BATTERY_STATUS requires edbus
    5.37 +	
    5.38 +	# Fix VERSION="159807"
    5.39 +	patch -p0 < $stuff/freetype.patch || exit 1
    5.40 +	
    5.41 +	mkdir build && cd build
    5.42 +	cmake \
    5.43 +		-DCMAKE_C_FLAGS:STRING="-Wno-deprecated-declarations" \
    5.44 +		-DCMAKE_CXX_FLAGS:STRING="-Wno-deprecated-declarations" \
    5.45 +		-DPORT=Efl \
    5.46 +		-DCMAKE_INSTALL_PREFIX=/usr \
    5.47 +		-DPYTHON_EXECUTABLE=/usr/bin/python2 \
    5.48 +		-DCMAKE_BUILD_TYPE=Release \
    5.49 +		-DSHARED_CORE=ON \
    5.50 +		-DENABLE_WEBKIT=ON \
    5.51 +		-DENABLE_WEBKIT2=ON \
    5.52 +		-DENABLE_TOOLS=OFF \
    5.53 +		-DENABLE_WEBGL=OFF \
    5.54 +		-DENABLE_SVG=OFF \
    5.55 +		-DENABLE_3D_RENDERING=OFF \
    5.56 +		-DENABLE_VIDEO=OFF \
    5.57 +		-DENABLE_VIDEO_TRACK=OFF \
    5.58 +		-DENABLE_WEB_AUDIO=OFF \
    5.59 +		-DENABLE_MEDIA_CAPTURE=OFF \
    5.60 +		-DENABLE_LEGACY_WEB_AUDIO=OFF \
    5.61 +		-DENABLE_BATTERY_STATUS=OFF \
    5.62 +		-DENABLE_ACCESSIBILITY=OFF \
    5.63 +		.. &&
    5.64 +	#make webcore_efl/fast -j2
    5.65 +	make
    5.66 +}
    5.67 +
    5.68 +# Rules to gen a SliTaz package suitable for Tazpkg.
    5.69 +genpkg_rules()
    5.70 +{
    5.71 +	mkdir -p $fs/usr/lib
    5.72 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    5.73 +}
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/ewebkit/stuff/freetype.patch	Wed Mar 26 23:22:36 2014 +0100
     6.3 @@ -0,0 +1,37 @@
     6.4 +--- Source/WebCore/platform/graphics/harfbuzz/HarfBuzzFaceCairo.cpp	2013-12-21 04:14:55.214391993 +0400
     6.5 ++++ Source/WebCore/platform/graphics/harfbuzz/HarfBuzzFaceCairo.cpp	2013-12-21 04:13:31.131405242 +0400
     6.6 +@@ -39,8 +39,8 @@
     6.7 + #include "TextEncoding.h"
     6.8 + #include <cairo-ft.h>
     6.9 + #include <cairo.h>
    6.10 +-#include <freetype.h>
    6.11 +-#include <tttables.h>
    6.12 ++#include <freetype/freetype.h>
    6.13 ++#include <freetype/tttables.h>
    6.14 + #include <hb.h>
    6.15 + #include <wtf/text/CString.h>
    6.16 + 
    6.17 +--- Source/WebCore/platform/graphics/freetype/FontPlatformDataFreeType.cpp	2013-12-21 04:18:14.713367559 +0400
    6.18 ++++ Source/WebCore/platform/graphics/freetype/FontPlatformDataFreeType.cpp	2013-12-21 04:17:54.473369183 +0400
    6.19 +@@ -29,7 +29,7 @@
    6.20 + #include <cairo-ft.h>
    6.21 + #include <cairo.h>
    6.22 + #include <fontconfig/fcfreetype.h>
    6.23 +-#include <tttables.h>
    6.24 ++#include <freetype/tttables.h>
    6.25 + #include <wtf/text/WTFString.h>
    6.26 + 
    6.27 + #if !PLATFORM(EFL) && !PLATFORM(NIX)
    6.28 +--- Source/WebCore/platform/graphics/freetype/SimpleFontDataFreeType.cpp	2013-12-21 04:19:44.959359891 +0400
    6.29 ++++ Source/WebCore/platform/graphics/freetype/SimpleFontDataFreeType.cpp	2013-12-21 04:19:24.683361671 +0400
    6.30 +@@ -44,8 +44,8 @@
    6.31 + #include <cairo-ft.h>
    6.32 + #include <cairo.h>
    6.33 + #include <fontconfig/fcfreetype.h>
    6.34 +-#include <tttables.h>
    6.35 +-#include <tttags.h>
    6.36 ++#include <freetype/tttables.h>
    6.37 ++#include <freetype/tttags.h>
    6.38 + #include <unicode/normlzr.h>
    6.39 + #include <wtf/MathExtras.h>
    6.40 + #include <wtf/unicode/Unicode.h>
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/glib-dev/receipt	Wed Mar 26 23:22:36 2014 +0100
     7.3 @@ -0,0 +1,44 @@
     7.4 +# SliTaz package receipt.
     7.5 +
     7.6 +PACKAGE="glib-dev"
     7.7 +VERSION="2.36.4"
     7.8 +CATEGORY="development"
     7.9 +SHORT_DESC="C routines devel files and utilities (with Python codegen)."
    7.10 +MAINTAINER="pankso@slitaz.org"
    7.11 +LICENSE="GPL2"
    7.12 +WANTED="glib"
    7.13 +WEB_SITE="http://www.gtk.org/"
    7.14 +HOST_ARCH="i486 arm"
    7.15 +
    7.16 +DEPENDS="glib perl python libffi-dev libgio libgio-dev pcre-dev pkg-config"
    7.17 +
    7.18 +case "$ARCH" in
    7.19 +	arm) VERSION="2.34.3" ;;
    7.20 +esac
    7.21 +
    7.22 +# Rules to gen a SliTaz package suitable for Tazpkg.
    7.23 +genpkg_rules()
    7.24 +{
    7.25 +	mkdir -p $fs/usr/lib $fs/usr/bin $fs/usr/share
    7.26 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    7.27 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    7.28 +	cp -a $install/usr/lib/glib* $fs/usr/lib
    7.29 +	cp -a $install/usr/include $fs/usr
    7.30 +	cp -a $install/usr/share/aclocal $fs/usr/share
    7.31 +	cp -a $install/usr/share/glib-2.0 $fs/usr/share
    7.32 +	cp -a $install/usr/share/gdb $fs/usr/share
    7.33 +
    7.34 +	# Python codegen, tester, compile, Perl mkenums
    7.35 +	if [ -d "$install/usr/lib/gdbus-2.0" ]; then
    7.36 +		cp -a $install/usr/lib/gdbus-2.0 $fs/usr/lib
    7.37 +	fi
    7.38 +	for bin in gdbus-codegen gtester* glib-mkenums
    7.39 +	do
    7.40 +		cp -a $install/usr/bin/$bin $fs/usr/bin
    7.41 +	done
    7.42 +
    7.43 +	# Remove libgio-dev
    7.44 +	rm -rf $fs/usr/lib/libgio*.*a
    7.45 +	rm -rf $fs/usr/include/gio-unix-2.0
    7.46 +	rm $fs/usr/lib/pkgconfig/gio*.pc
    7.47 +}
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/glib/receipt	Wed Mar 26 23:22:36 2014 +0100
     8.3 @@ -0,0 +1,84 @@
     8.4 +# SliTaz package receipt.
     8.5 +
     8.6 +PACKAGE="glib"
     8.7 +VERSION="2.36.4"
     8.8 +CATEGORY="x-window"
     8.9 +SHORT_DESC="C routines."
    8.10 +MAINTAINER="pankso@slitaz.org"
    8.11 +LICENSE="GPL2"
    8.12 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    8.13 +WEB_SITE="http://www.gtk.org/"
    8.14 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
    8.15 +HOST_ARCH="i486 arm"
    8.16 +
    8.17 +CROSS_BUGS="arm: glib 2.32.4 error: cannot compute alignment of guint32"
    8.18 +
    8.19 +DEPENDS="pcre libffi libxml2 elfutils"
    8.20 +BUILD_DEPENDS="pcre-dev libffi-dev gettext zlib-dev perl python python-dev \
    8.21 +elfutils-dev libxml2-dev libxml2-tools automake"
    8.22 +
    8.23 +# Handle cross comilation. Use host Perl, Python, etc
    8.24 +case "$ARCH" in
    8.25 +	arm)
    8.26 +		VERSION="2.34.3"
    8.27 +		TARBALL="$PACKAGE-$VERSION.tar.xz"
    8.28 +		WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
    8.29 +		BUILD_DEPENDS="pcre-dev libffi-dev zlib-dev elfutils-dev libxml2-dev" ;;
    8.30 +esac
    8.31 +
    8.32 +# Rules to configure and make the package.
    8.33 +compile_rules()
    8.34 +{
    8.35 +	case "$ARCH" in
    8.36 +		i?86)
    8.37 +			./autogen.sh
    8.38 +			./configure \
    8.39 +				--sysconfdir=/etc \
    8.40 +				--with-pcre=system \
    8.41 +				$CONFIGURE_ARGS ;;
    8.42 +		arm)
    8.43 +			# Native ARM build --> if ARCH != SLITAZ_ARCH ?
    8.44 +			#export LIBTOOL=arm-slitaz-linux-gnueabi-libtool 
    8.45 +			export LD_LIBRARY_PATH=/cross/arm/sysroot/usr/lib:/usr/lib:/lib
    8.46 +			export PKG_CONFIG_LIBPATH=/cross/arm/sysroot/usr/lib/pkgconfig
    8.47 +			
    8.48 +			# Glib
    8.49 +			export glib_cv_stack_grows=${glib_cv_stack_grows=no}
    8.50 +			export glib_cv_uscore=${glib_cv_uscore=no}
    8.51 +			export ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=no}
    8.52 +			export ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=no}
    8.53 +			export ac_cv_type_long_long=${ac_cv_type_long_long=yes}
    8.54 +			CC="arm-slitaz-linux-gnueabi-gcc" \
    8.55 +			./configure \
    8.56 +				--sysconfdir=/etc \
    8.57 +				--with-pcre=system \
    8.58 +				--build=i486-slitaz-linux \
    8.59 +				--host=arm-slitaz-linux-gnueabi \
    8.60 +				--enable-shared=yes \
    8.61 +				--enable-static=yes ;;
    8.62 +	esac && 
    8.63 +	make && make install
    8.64 +}
    8.65 +
    8.66 +# Rules to gen a SliTaz package suitable for Tazpkg.
    8.67 +genpkg_rules()
    8.68 +{
    8.69 +	mkdir -p $fs/usr/lib
    8.70 +	cp -a $install/usr/bin $fs/usr
    8.71 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    8.72 +	
    8.73 +	# Split gio --> libgio
    8.74 +	rm $fs/usr/lib/libgio*
    8.75 +	
    8.76 +	# Python codegen, tester, Perl mkenums --> glib-dev
    8.77 +	for bin in gdbus-codegen gtester* glib-mkenums
    8.78 +	do
    8.79 +		rm $fs/usr/bin/$bin
    8.80 +	done
    8.81 +	
    8.82 +	# Cook packages that want glib.
    8.83 +	for w in libgio libgio-dev
    8.84 +	do
    8.85 +		[ -x "/usr/bin/cook" ] && echo cook $w
    8.86 +	done
    8.87 +}
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/gottet/receipt	Wed Mar 26 23:22:36 2014 +0100
     9.3 @@ -0,0 +1,27 @@
     9.4 +# SliTaz package receipt.
     9.5 +
     9.6 +PACKAGE="gottet"
     9.7 +VERSION="1.0.6"
     9.8 +CATEGORY="games"
     9.9 +SHORT_DESC="Gottet is a tetris clone using QT."
    9.10 +MAINTAINER="pankso@slitaz.org"
    9.11 +LICENSE="GPL3"
    9.12 +TARBALL="$PACKAGE-$VERSION-src.tar.bz2"
    9.13 +WEB_SITE="http://gottcode.org/gottet/"
    9.14 +WGET_URL="http://gottcode.org/$PACKAGE/$TARBALL"
    9.15 +
    9.16 +DEPENDS=""
    9.17 +BUILD_DEPENDS="qt4-dev qmake"
    9.18 +
    9.19 +# Rules to configure and make the package.
    9.20 +compile_rules()
    9.21 +{
    9.22 +	qmake PREFIX=/usr && make
    9.23 +}
    9.24 +
    9.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    9.26 +genpkg_rules()
    9.27 +{
    9.28 +	mkdir -p $fs/usr
    9.29 +	cp -a $install/usr/bin $fs/usr
    9.30 +}
    10.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.2 +++ b/gst-plugins-base-1.0-dev/receipt	Wed Mar 26 23:22:36 2014 +0100
    10.3 @@ -0,0 +1,27 @@
    10.4 +# SliTaz package receipt.
    10.5 +
    10.6 +PACKAGE="gst-plugins-base-1.0-dev"
    10.7 +VERSION="1.2.3"
    10.8 +SERIES="1.0"
    10.9 +CATEGORY="development"
   10.10 +SHORT_DESC="gst-plugins-base devel files"
   10.11 +MAINTAINER="jozee@slitaz.org"
   10.12 +LICENSE="GPL2"
   10.13 +WANTED="gst-plugins-base-1.0"
   10.14 +WEB_SITE="http://gstreamer.freedesktop.org/"
   10.15 +
   10.16 +DEPENDS="gstreamer-1.0-dev pango-dev gobject-introspection-dev alsa-lib-dev \
   10.17 +libogg-dev libvorbis-dev libtheora-dev libtheora-enc udev-dev xorg-dev \
   10.18 +xorg-libXv-dev xorg-libXvMC-dev cdparanoia-III-dev orc-dev pkg-config"
   10.19 +
   10.20 +# Rules to gen a SliTaz package suitable for Tazpkg.
   10.21 +genpkg_rules()
   10.22 +{
   10.23 +	mkdir -p $fs/usr/lib/gstreamer-$SERIES $fs/usr/share
   10.24 +	cp -a $install/usr/include $fs/usr
   10.25 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   10.26 +	cp -a $install/usr/lib/*.*a $fs/usr/lib/
   10.27 +	cp -a $install/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES
   10.28 +	cp -a $install/usr/share/gir-1.0 $fs/usr/share
   10.29 +	#cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
   10.30 +}
    11.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.2 +++ b/gst-plugins-base-1.0/receipt	Wed Mar 26 23:22:36 2014 +0100
    11.3 @@ -0,0 +1,51 @@
    11.4 +# SliTaz package receipt.
    11.5 +
    11.6 +PACKAGE="gst-plugins-base-1.0"
    11.7 +VERSION="1.2.3"
    11.8 +SERIES="1.0"
    11.9 +CATEGORY="multimedia"
   11.10 +SHORT_DESC="GStreamer Base Plugins"
   11.11 +MAINTAINER="jozee@slitaz.org"
   11.12 +LICENSE="GPL2"
   11.13 +SOURCE="gst-plugins-base"
   11.14 +TARBALL="$SOURCE-$VERSION.tar.xz"
   11.15 +WEB_SITE="http://gstreamer.freedesktop.org/"
   11.16 +WGET_URL="${WEB_SITE}src/gst-plugins-base/$TARBALL"
   11.17 +LOCALES="da de es fr id it pt_BR ru zh_CN"
   11.18 +
   11.19 +DEPENDS="gstreamer-1.0 pango alsa-lib libogg libtheora libtheora-enc \
   11.20 +libvorbis vorbis-tools udev xorg xorg-libXv xorg-libXvMC cdparanoia-III orc"
   11.21 +BUILD_DEPENDS="gstreamer-1.0-dev pango-dev gobject-introspection-dev \
   11.22 +alsa-lib-dev libogg-dev libtheora-dev libtheora-enc libvorbis-dev udev-dev \
   11.23 +xorg-dev xorg-libXv-dev xorg-libXvMC-dev cdparanoia-III-dev orc-dev \
   11.24 +util-linux-uuid-dev"
   11.25 +
   11.26 +# Rules to configure and make the package.
   11.27 +compile_rules()
   11.28 +{
   11.29 +	./configure \
   11.30 +		--prefix=/usr \
   11.31 +		--sysconfdir=/etc \
   11.32 +		--localstatedir=/var \
   11.33 +		--enable-experimental \
   11.34 +		--disable-static \
   11.35 +		--disable-debug \
   11.36 +		--disable-gnome_vfs \
   11.37 +		--with-package-name="GStreamer Base Plugins ($SERIES)" \
   11.38 +		--with-package-origin="http://www.slitaz.org/" \
   11.39 +		$CONFIGURE_ARGS &&
   11.40 +	make $MAKEFLAGS && make install
   11.41 +
   11.42 +}
   11.43 +
   11.44 +# Rules to gen a SliTaz package suitable for Tazpkg.
   11.45 +genpkg_rules()
   11.46 +{
   11.47 +	mkdir -p $fs/usr/lib/gstreamer-$SERIES $fs/usr/share/locale
   11.48 +	mv $install/usr/bin $fs/usr
   11.49 +	mv $install/usr/lib/*.so* $fs/usr/lib
   11.50 +	mv $install/usr/lib/gstreamer-$SERIES/*.so* $fs/usr/lib/gstreamer-$SERIES
   11.51 +	for locale in $LOCALES; do
   11.52 +		mv $install/usr/share/locale/$locale $fs/usr/share/locale
   11.53 +	done
   11.54 +}
    12.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.2 +++ b/gstreamer-1.0-dev/receipt	Wed Mar 26 23:22:36 2014 +0100
    12.3 @@ -0,0 +1,28 @@
    12.4 +# SliTaz package receipt.
    12.5 +
    12.6 +PACKAGE="gstreamer-1.0-dev"
    12.7 +VERSION="1.2.3"
    12.8 +SERIES="1.0"
    12.9 +CATEGORY="development"
   12.10 +SHORT_DESC="gstreamer devel files"
   12.11 +MAINTAINER="jozee@slitaz.org"
   12.12 +LICENSE="LGPL2"
   12.13 +WANTED="gstreamer-1.0"
   12.14 +WEB_SITE="http://gstreamer.freedesktop.org/"
   12.15 +
   12.16 +DEPENDS="gstreamer-1.0 glib-dev libgio-dev libxml2-dev pkg-config"
   12.17 +
   12.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
   12.19 +genpkg_rules()
   12.20 +{
   12.21 +	mkdir -p $fs/usr/lib/gstreamer-$SERIES $fs/usr/share
   12.22 +	cp -a $install/usr/include $fs/usr
   12.23 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   12.24 +	cp -a $install/usr/lib/*.*a $fs/usr/lib/
   12.25 +	cp -a $install/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES
   12.26 +	cp -a $install/usr/share/aclocal $fs/usr/share
   12.27 +	cp -a $install/usr/share/gir-1.0 $fs/usr/share
   12.28 +	cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
   12.29 +	cd $fs/usr/include
   12.30 +	ln -s gstreamer-$SERIES/gst gst
   12.31 +}
    13.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.2 +++ b/gstreamer-1.0/receipt	Wed Mar 26 23:22:36 2014 +0100
    13.3 @@ -0,0 +1,48 @@
    13.4 +# SliTaz package receipt.
    13.5 +
    13.6 +PACKAGE="gstreamer-1.0"
    13.7 +VERSION="1.2.3"
    13.8 +SERIES="1.0"
    13.9 +CATEGORY="multimedia"
   13.10 +SHORT_DESC="GStreamer Multimedia Framework"
   13.11 +MAINTAINER="jozee@slitaz.org"
   13.12 +LICENSE="LGPL2"
   13.13 +SOURCE="gstreamer"
   13.14 +TARBALL="$SOURCE-$VERSION.tar.xz"
   13.15 +WEB_SITE="http://gstreamer.freedesktop.org/"
   13.16 +WGET_URL="$WEB_SITE/src/gstreamer/$TARBALL"
   13.17 +
   13.18 +LOCALES="da de es fr id it pt_BR ru zh_CN"
   13.19 +DEPENDS="glib libgio libxml2"
   13.20 +BUILD_DEPENDS="glib-dev libgio-dev libxml2-dev gobject-introspection-dev
   13.21 +intltool pkg-config bison flex python python-dev m4 valgrind"
   13.22 +
   13.23 +# Rules to configure and make the package.
   13.24 +compile_rules()
   13.25 +{
   13.26 +	./configure \
   13.27 +		--sysconfdir=/etc \
   13.28 +		--localstatedir=/var \
   13.29 +		--libexecdir=/usr/lib \
   13.30 +		--enable-silent-rules \
   13.31 +		--disable-static \
   13.32 +		--disable-examples \
   13.33 +		--disable-debug \
   13.34 +		--with-package-name="GStreamer ($SERIES)" \
   13.35 +		--with-package-origin="http://www.slitaz.org/" \
   13.36 +		$CONFIGURE_ARGS &&
   13.37 +	make $MAKEFLAGS && make install
   13.38 +}
   13.39 +
   13.40 +# Rules to gen a SliTaz package suitable for Tazpkg.
   13.41 +genpkg_rules()
   13.42 +{
   13.43 +	mkdir -p $fs/usr/lib/gstreamer-$SERIES $fs/usr/bin $fs/usr/share/locale
   13.44 +	mv $install/usr/bin/*-$SERIES $fs/usr/bin
   13.45 +	mv $install/usr/lib/*.so* $fs/usr/lib
   13.46 +	mv $install/usr/lib/gstreamer-$SERIES/*.so $fs/usr/lib/gstreamer-$SERIES
   13.47 +	mv $install/usr/lib/gstreamer-$SERIES/gst-* $fs/usr/lib/gstreamer-$SERIES
   13.48 +	for locale in $LOCALES; do
   13.49 +		mv $install/usr/share/locale/$locale $fs/usr/share/locale
   13.50 +	done
   13.51 +}
    14.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.2 +++ b/kompozer/receipt	Wed Mar 26 23:22:36 2014 +0100
    14.3 @@ -0,0 +1,34 @@
    14.4 +# SliTaz package receipt.
    14.5 +
    14.6 +PACKAGE="kompozer"
    14.7 +VERSION="0.8b3"
    14.8 +CATEGORY="network"
    14.9 +SHORT_DESC="KompoZer is a complete web authoring system."
   14.10 +MAINTAINER="pankso@slitaz.org"
   14.11 +LICENSE="MPL"
   14.12 +TARBALL="$PACKAGE-$VERSION-src.tar.bz2"
   14.13 +WEB_SITE="http://kompozer.net"
   14.14 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   14.15 +
   14.16 +DEPENDS="gtk+"
   14.17 +BUILD_DEPENDS="gtk+-dev libIDL zip coreutils findutils"
   14.18 +
   14.19 +# Rules to configure and make the package.
   14.20 +compile_rules()
   14.21 +{
   14.22 +	cp -a $stuff/kompozer.mozconfig $src/.mozconfig
   14.23 +	cd $src
   14.24 +	{
   14.25 +	./configure \
   14.26 +		$CONFIGURE_ARGS &&
   14.27 +	make && make install
   14.28 +	} 2>&1 | sed "s/build_number': No such/build_number': no such/"
   14.29 +}
   14.30 +
   14.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
   14.32 +genpkg_rules()
   14.33 +{
   14.34 +	mkdir -p $fs/usr/lib
   14.35 +	cp -a $install/usr/bin $fs/usr
   14.36 +	cp -a $install/usr/lib/kompozer $fs/usr/lib
   14.37 +}
    15.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.2 +++ b/kompozer/stuff/kompozer.mozconfig	Wed Mar 26 23:22:36 2014 +0100
    15.3 @@ -0,0 +1,65 @@
    15.4 +export BUILD_OFFICIAL=1
    15.5 +export MOZILLA_OFFICIAL=1
    15.6 +
    15.7 +mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj-@CONFIG_GUESS@
    15.8 +#mk_add_options MOZ_CO_PROJECT=composer
    15.9 +ac_add_options --enable-application=composer
   15.10 +
   15.11 +ac_add_options --enable-optimize 
   15.12 +ac_add_options --disable-debug
   15.13 +#ac_add_options --disable-optimize 
   15.14 +#ac_add_options --enable-debug
   15.15 +
   15.16 +#ac_add_options --disable-shared
   15.17 +#ac_add_options --enable-static
   15.18 +#ac_add_options --disable-libxul 
   15.19 +#ac_add_options --disable-xpfe-components
   15.20 +ac_add_options --enable-xpfe-components
   15.21 +ac_add_options --disable-tests
   15.22 +ac_add_options --disable-installer
   15.23 +
   15.24 +#ac_add_options --disable-libxul
   15.25 +
   15.26 +#ac_add_options --disable-crashreporter 
   15.27 +
   15.28 +#ac_add_options --enable-optimize 
   15.29 +#ac_add_options --enable-default-toolkit=gtk2
   15.30 +##ac_add_options --enable-default-toolkit=cairo-gtk2
   15.31 +#ac_add_options --enable-xft
   15.32 +#ac_add_options --disable-canvas
   15.33 +##ac_add_options --disable-cairo
   15.34 +
   15.35 +#ac_add_options --enable-extensions="default inspector venkman"
   15.36 +ac_add_options --enable-extensions="default spellcheck"
   15.37 +#ac_add_options --enable-inspector-apis
   15.38 +
   15.39 +##ac_add_options  --enable-extensions=wallet,xml-rpc,xmlextras,pref,universalchardet,spellcheck
   15.40 +##ac_add_options  --enable-extensions=xml-rpc,xmlextras,pref,universalchardet
   15.41 +#ac_add_options --disable-extensions
   15.42 +ac_add_options  --enable-necko-protocols=http,ftp,file,jar,viewsource,res,data
   15.43 +##ac_add_options  --enable-mathml
   15.44 +#ac_add_options  --enable-svg
   15.45 +
   15.46 +
   15.47 +ac_add_options --enable-default-toolkit=gtk2
   15.48 +ac_add_options --enable-xft
   15.49 +ac_add_options --enable-pango
   15.50 +ac_add_options --enable-postscript
   15.51 +ac_add_options --disable-xprint
   15.52 +
   15.53 +ac_add_options --enable-mathml
   15.54 +ac_add_options --enable-svg
   15.55 +ac_add_options --enable-svg-renderer=cairo
   15.56 +ac_add_options --enable-system-cairo
   15.57 +ac_add_options --enable-canvas
   15.58 +
   15.59 +ac_add_options --with-system-png=/usr
   15.60 +ac_add_options --with-system-jpeg=/usr
   15.61 +ac_add_options --with-system-zlib=/usr
   15.62 +
   15.63 +#ac_add_options --enable-gnomevfs
   15.64 +ac_add_options --enable-xinerama
   15.65 +ac_add_options --enable-single-profile
   15.66 +ac_add_options --disable-profilesharing
   15.67 +ac_add_options --enable-system-myspell
   15.68 +
    16.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    16.2 +++ b/libgio-dev/receipt	Wed Mar 26 23:22:36 2014 +0100
    16.3 @@ -0,0 +1,26 @@
    16.4 +# SliTaz package receipt.
    16.5 +
    16.6 +PACKAGE="libgio-dev"
    16.7 +VERSION="2.36.4"
    16.8 +CATEGORY="development"
    16.9 +SHORT_DESC="Glib libgio devel files."
   16.10 +MAINTAINER="pankso@slitaz.org"
   16.11 +LICENSE="GPL2"
   16.12 +WANTED="glib"
   16.13 +WEB_SITE="http://www.gtk.org/"
   16.14 +HOST_ARCH="i486 arm"
   16.15 +
   16.16 +DEPENDS="libgio pkg-config"
   16.17 +
   16.18 +case "$ARCH" in
   16.19 +	arm) VERSION="2.34.3" ;;
   16.20 +esac
   16.21 +
   16.22 +# Rules to gen a SliTaz package suitable for Tazpkg.
   16.23 +genpkg_rules()
   16.24 +{
   16.25 +	mkdir -p $fs/usr/lib/pkgconfig $fs/usr/include
   16.26 +	cp -a $install/usr/lib/libgio*.*a $fs/usr/lib
   16.27 +	cp -a $install/usr/lib/pkgconfig/gio*.pc $fs/usr/lib/pkgconfig
   16.28 +	cp -a $install/usr/include/gio-unix-2.0 $fs/usr/include
   16.29 +}
    17.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    17.2 +++ b/libgio/receipt	Wed Mar 26 23:22:36 2014 +0100
    17.3 @@ -0,0 +1,24 @@
    17.4 +# SliTaz package receipt.
    17.5 +
    17.6 +PACKAGE="libgio"
    17.7 +VERSION="2.36.4"
    17.8 +CATEGORY="x-window"
    17.9 +SHORT_DESC="Glib libgio shared library."
   17.10 +MAINTAINER="pankso@slitaz.org"
   17.11 +LICENSE="GPL2"
   17.12 +WANTED="glib"
   17.13 +WEB_SITE="http://www.gtk.org/"
   17.14 +HOST_ARCH="i486 arm"
   17.15 +
   17.16 +DEPENDS="glib"
   17.17 +
   17.18 +case "$ARCH" in
   17.19 +	arm) VERSION="2.34.3" ;;
   17.20 +esac
   17.21 +
   17.22 +# Rules to gen a SliTaz package suitable for Tazpkg.
   17.23 +genpkg_rules()
   17.24 +{
   17.25 +    mkdir -p $fs/usr/lib
   17.26 +    cp -a $install/usr/lib/libgio*.so* $fs/usr/lib
   17.27 +}
    18.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    18.2 +++ b/libsoup-dev/receipt	Wed Mar 26 23:22:36 2014 +0100
    18.3 @@ -0,0 +1,23 @@
    18.4 +# SliTaz package receipt.
    18.5 +
    18.6 +PACKAGE="libsoup-dev"
    18.7 +VERSION="2.44.2"
    18.8 +CATEGORY="x-window"
    18.9 +SHORT_DESC="GNOME Soup Library (devel files)."
   18.10 +MAINTAINER="pankso@slitaz.org"
   18.11 +LICENSE="LGPL2"
   18.12 +WANTED="libsoup"
   18.13 +WEB_SITE="http://live.gnome.org/LibSoup/"
   18.14 +
   18.15 +DEPENDS="libsoup libxml2-dev gnutls-dev glib-dev pkg-config"
   18.16 +
   18.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
   18.18 +genpkg_rules()
   18.19 +{
   18.20 +	mkdir -p $fs/usr/lib $fs/usr/share
   18.21 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
   18.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   18.23 +	cp -a $install/usr/include $fs/usr
   18.24 +	cp -a $install/usr/share/gir-1.0 $fs/usr/share
   18.25 +}
   18.26 +
    19.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    19.2 +++ b/libsoup/receipt	Wed Mar 26 23:22:36 2014 +0100
    19.3 @@ -0,0 +1,37 @@
    19.4 +# SliTaz package receipt.
    19.5 +
    19.6 +PACKAGE="libsoup"
    19.7 +VERSION="2.44.2"
    19.8 +CATEGORY="x-window"
    19.9 +SHORT_DESC="GNOME Soup Library."
   19.10 +MAINTAINER="pankso@slitaz.org"
   19.11 +LICENSE="LGPL2"
   19.12 +TARBALL="$PACKAGE-$VERSION.tar.xz"
   19.13 +WEB_SITE="https://live.gnome.org/LibSoup/"
   19.14 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
   19.15 +
   19.16 +DEPENDS="glibc-base libxml2 zlib glib glib-networking libgio gtk+ \
   19.17 +libgnutls libtasn1 libgcrypt sqlite"
   19.18 +BUILD_DEPENDS="gtk+-dev glib-networking-dev libgio libgio-dev libxml2-dev \
   19.19 +libgcrypt-dev libtasn1-dev gobject-introspection-dev gnutls-dev zlib-dev \
   19.20 +sqlite-dev"
   19.21 +
   19.22 +# Rules to configure and make the package.
   19.23 +compile_rules()
   19.24 +{
   19.25 +	./configure \
   19.26 +		--with-html-dir=/usr/share/doc \
   19.27 +		--disable-gtk-doc \
   19.28 +		--without-gnome \
   19.29 +		$CONFIGURE_ARGS &&
   19.30 +	make && make install
   19.31 +}
   19.32 +
   19.33 +# Rules to gen a SliTaz package suitable for Tazpkg.
   19.34 +genpkg_rules()
   19.35 +{
   19.36 +	mkdir -p $fs/usr/lib
   19.37 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   19.38 +	cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
   19.39 +}
   19.40 +
    20.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    20.2 +++ b/nano-x/receipt	Wed Mar 26 23:22:36 2014 +0100
    20.3 @@ -0,0 +1,29 @@
    20.4 +# SliTaz package receipt.
    20.5 +
    20.6 +PACKAGE="nano-x"
    20.7 +VERSION="0.92"
    20.8 +CATEGORY="x-window"
    20.9 +SHORT_DESC="The Nano-X Window System provide a small X server."
   20.10 +MAINTAINER="pankso@slitaz.org"
   20.11 +LICENSE="GPL2"
   20.12 +TARBALL="microwindows-full-$VERSION.tar.gz"
   20.13 +WEB_SITE="http://www.microwindows.org/"
   20.14 +WGET_URL="ftp://microwindows.censoft.com/pub/microwindows/$TARBALL"
   20.15 +
   20.16 +DEPENDS="libpng jpeg freetype"
   20.17 +BUILD_DEPENDS="libpng-dev jpeg-dev freetype-dev"
   20.18 +
   20.19 +# Rules to configure and make the package.
   20.20 +compile_rules()
   20.21 +{
   20.22 +	cd $src/src
   20.23 +	cp -f Configs/config.x11 config
   20.24 +	sed -i s'/^SHAREDLIBS.*/SHAREDLIBS = Y/' config
   20.25 +	make
   20.26 +}
   20.27 +
   20.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
   20.29 +genpkg_rules()
   20.30 +{
   20.31 +	mkdir -p $fs/usr
   20.32 +}
    21.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    21.2 +++ b/worker/receipt	Wed Mar 26 23:22:36 2014 +0100
    21.3 @@ -0,0 +1,35 @@
    21.4 +# SliTaz package receipt.
    21.5 +
    21.6 +PACKAGE="worker"
    21.7 +VERSION="3.3.3"
    21.8 +CATEGORY="x-window"
    21.9 +SHORT_DESC="Worker is a two-pane file manager for the X Window System."
   21.10 +MAINTAINER="pankso@slitaz.org"
   21.11 +LICENSE="GPL2"
   21.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
   21.13 +WEB_SITE="http://www.boomerangsworld.de/cms/worker/index.html"
   21.14 +WGET_URL="http://www.boomerangsworld.de/cms/worker/downloads/$TARBALL"
   21.15 +HOST_ARCH="i486 arm"
   21.16 +
   21.17 +DEPENDS="xorg-libX11 xorg-libXft"
   21.18 +BUILD_DEPENDS="xorg-libX11-dev xorg-libXft-dev"
   21.19 +
   21.20 +# Rules to configure and make the package.
   21.21 +compile_rules()
   21.22 +{
   21.23 +	./configure \
   21.24 +		--prefix=/usr \
   21.25 +		$CONFIGURE_ARGS &&
   21.26 +	make &&
   21.27 +	make DESTDIR=$DESTDIR install
   21.28 +}
   21.29 +
   21.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
   21.31 +genpkg_rules()
   21.32 +{
   21.33 +	mkdir -p $fs/usr/share/pixmaps
   21.34 +	cp -a $install/usr/bin $fs/usr
   21.35 +	cp -a $install/usr/share/${PACKAGE} $fs/usr/share
   21.36 +	cp -a $install/usr/share/pixmaps/WorkerIcon.xpm \
   21.37 +		$fs/usr/share/pixmaps
   21.38 +}