wok-undigest rev 691

Remed pkgs now in cooking
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 26 19:26:27 2012 +0200 (2012-04-26)
parents 7a42a9680639
children ee9cc746c288
files cross-arm-binutils/receipt cross-arm-gcc/receipt glib-dev/receipt glib/receipt libgio-dev/receipt libgio/receipt lxappearance-obconf/receipt udisks/receipt
line diff
     1.1 --- a/cross-arm-binutils/receipt	Sat Apr 21 10:45:23 2012 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,46 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="cross-arm-binutils"
     1.7 -VERSION="2.21"
     1.8 -CATEGORY="system-tools"
     1.9 -SHORT_DESC="Cross compilation linker targeting ARM platform."
    1.10 -MAINTAINER="pankso@slitaz.org"
    1.11 -SOURCE="binutils"
    1.12 -WEB_SITE="http://www.gnu.org/software/binutils/"
    1.13 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.14 -WGET_URL="$GNU_MIRROR/$SOURCE/$TARBALL"
    1.15 -
    1.16 -DEPENDS=""
    1.17 -BUILD_DEPENDS="slitaz-toolchain"
    1.18 -
    1.19 -# The goal here is to build an ARM cross toolchain who we let build code for
    1.20 -# the target arch from an i486 build/host. To build a cross toolchain we use
    1.21 -# the native i486 GCC compiler so set --build and --host to HOST_SYSTEM.
    1.22 -CROSS_TARGET="arm-slitaz-linux"
    1.23 -CROSS_TRIPLET="--build=$HOST_SYSTEM --host=$HOST_SYSTEM --target=$CROSS_TARGET"
    1.24 -
    1.25 -# CFLAGS and CXXFLAGS must not be set during the building of cross-tools.
    1.26 -unset CFLAGS CXXFLAGS
    1.27 -
    1.28 -# Rules to configure and make the package.
    1.29 -compile_rules()
    1.30 -{
    1.31 -	cd $src
    1.32 -	mkdir -p ../build && cd ../build
    1.33 -	$src/configure \
    1.34 -		--program-prefix="$CROSS_TARGET-" \
    1.35 -		--disable-multilib \
    1.36 -		--disable-nls \
    1.37 -		$CROSS_TRIPLET &&
    1.38 -	make configure-host &&
    1.39 -	make tooldir=/usr &&
    1.40 -	make tooldir=/usr install
    1.41 -}
    1.42 -
    1.43 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.44 -genpkg_rules()
    1.45 -{
    1.46 -	mkdir -p $fs/usr/bin $fs/usr/lib
    1.47 -	cp -a $install/usr/bin/$CROSS_TARGET-* $fs/usr/bin
    1.48 -	cp -a $install/usr/lib/ldscripts $fs/usr/lib
    1.49 -}
     2.1 --- a/cross-arm-gcc/receipt	Sat Apr 21 10:45:23 2012 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,49 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="cross-arm-gcc"
     2.7 -VERSION="4.5.2"
     2.8 -CATEGORY="system-tools"
     2.9 -SHORT_DESC="Cross compiler for targeting ARM platform."
    2.10 -MAINTAINER="pankso@slitaz.org"
    2.11 -SOURCE="gcc-core"
    2.12 -WEB_SITE="http://www.gnu.org/software/binutils/"
    2.13 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    2.14 -WGET_URL="$GNU_MIRROR/$SOURCE/$TARBALL"
    2.15 -
    2.16 -DEPENDS="cross-arm-binutils mpc-library elfutils"
    2.17 -BUILD_DEPENDS="slitaz-toolchain cross-arm-binutils gmp gmp-dev mpfr mpfr-dev \
    2.18 -mpc-library elfutils-dev"
    2.19 -
    2.20 -# The goal here is to build an ARM cross toolchain who we let build code for
    2.21 -# the target arch from an i486 build/host. To build a cross toolchain we use
    2.22 -# the native i486 GCC compiler so set --build and --host to HOST_SYSTEM.
    2.23 -CROSS_TARGET="arm-slitaz-linux"
    2.24 -CROSS_TRIPLET="--build=$HOST_SYSTEM --host=$HOST_SYSTEM --target=$CROSS_TARGET"
    2.25 -
    2.26 -# Rules to configure and make the package.
    2.27 -compile_rules()
    2.28 -{
    2.29 -	cd $src
    2.30 -	mkdir -p ../build && cd ../build
    2.31 -	$src/configure \
    2.32 -		--libexecdir=/usr/lib \
    2.33 -		--disable-nls \
    2.34 -		--disable-threads \
    2.35 -		--disable-multilib \
    2.36 -		--disable-bootstarp \
    2.37 -		--enable-languages=c \
    2.38 -		--with-cpu=arm9 \
    2.39 -		$CROSS_TRIPLET &&
    2.40 -	make \
    2.41 -		AS_FOR_TARGET=$CROSS_TARGET-as \
    2.42 -		LD_FOR_TARGET=$CROSS_TARGET-ld &&
    2.43 -	make install
    2.44 -}
    2.45 -
    2.46 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.47 -genpkg_rules()
    2.48 -{
    2.49 -	mkdir -p $fs/usr
    2.50 -	cp -a $install/usr/bin $fs/usr
    2.51 -	cp -a $install/usr/lib $fs/usr
    2.52 -}
     3.1 --- a/glib-dev/receipt	Sat Apr 21 10:45:23 2012 +0200
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,26 +0,0 @@
     3.4 -# SliTaz package receipt.
     3.5 -
     3.6 -PACKAGE="glib-dev"
     3.7 -VERSION="2.31.18"
     3.8 -CATEGORY="development"
     3.9 -SHORT_DESC="C routines devel files and utilities."
    3.10 -MAINTAINER="pankso@slitaz.org"
    3.11 -WANTED="glib"
    3.12 -DEPENDS="glib perl libffi-dev"
    3.13 -WEB_SITE="http://www.gtk.org/"
    3.14 -
    3.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
    3.16 -genpkg_rules()
    3.17 -{
    3.18 -	mkdir -p $fs/usr/lib $fs/usr/share
    3.19 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    3.20 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    3.21 -	cp -a $install/usr/lib/glib* $fs/usr/lib
    3.22 -	cp -a $install/usr/include $fs/usr
    3.23 -	cp -a $install/usr/share/aclocal $fs/usr/share
    3.24 -	cp -a $install/usr/share/glib-2.0 $fs/usr/share
    3.25 -	# Remove libgio-dev
    3.26 -	rm -rf $fs/usr/lib/libgio*.*a
    3.27 -	rm -rf $fs/usr/include/gio-unix-2.0
    3.28 -	rm $fs/usr/lib/pkgconfig/gio*.pc
    3.29 -}
     4.1 --- a/glib/receipt	Sat Apr 21 10:45:23 2012 +0200
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,33 +0,0 @@
     4.4 -# SliTaz package receipt.
     4.5 -
     4.6 -PACKAGE="glib"
     4.7 -VERSION="2.31.18"
     4.8 -CATEGORY="x-window"
     4.9 -SHORT_DESC="C routines."
    4.10 -MAINTAINER="pankso@slitaz.org"
    4.11 -TARBALL="$PACKAGE-$VERSION.tar.xz"
    4.12 -WEB_SITE="http://www.gtk.org/"
    4.13 -WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
    4.14 -
    4.15 -DEPENDS="libffi elfutils"
    4.16 -BUILD_DEPENDS="libffi-dev gettext zlib-dev perl python python-dev elfutils-dev"
    4.17 -
    4.18 -# Rules to configure and make the package.
    4.19 -compile_rules()
    4.20 -{
    4.21 -	cd $src
    4.22 -	# Fails on cross compile: use native i468 --build toolchain.
    4.23 -	./configure --sysconfdir=/etc \
    4.24 -		--build=$HOST_SYSTEM --host=$HOST_SYSTEM &&
    4.25 -	make && make install
    4.26 -}
    4.27 -
    4.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    4.29 -genpkg_rules()
    4.30 -{
    4.31 -	mkdir -p $fs/usr/lib
    4.32 -	cp -a $install/usr/bin $fs/usr
    4.33 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    4.34 -	# split libgio
    4.35 -	rm $fs/usr/lib/libgio*
    4.36 -}
     5.1 --- a/libgio-dev/receipt	Sat Apr 21 10:45:23 2012 +0200
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,19 +0,0 @@
     5.4 -# SliTaz package receipt.
     5.5 -
     5.6 -PACKAGE="libgio-dev"
     5.7 -VERSION="2.31.18"
     5.8 -CATEGORY="development"
     5.9 -SHORT_DESC="Glib libgio devel files."
    5.10 -MAINTAINER="pankso@slitaz.org"
    5.11 -DEPENDS="libgio"
    5.12 -WANTED="glib"
    5.13 -WEB_SITE="http://www.gtk.org/"
    5.14 -
    5.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
    5.16 -genpkg_rules()
    5.17 -{
    5.18 -	mkdir -p $fs/usr/lib/pkgconfig $fs/usr/include
    5.19 -	cp -a $install/usr/lib/libgio*.*a $fs/usr/lib
    5.20 -	cp -a $install/usr/lib/pkgconfig/gio*.pc $fs/usr/lib/pkgconfig
    5.21 -	cp -a $install/usr/include/gio-unix-2.0 $fs/usr/include
    5.22 -}
     6.1 --- a/libgio/receipt	Sat Apr 21 10:45:23 2012 +0200
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,17 +0,0 @@
     6.4 -# SliTaz package receipt.
     6.5 -
     6.6 -PACKAGE="libgio"
     6.7 -VERSION="2.31.18"
     6.8 -CATEGORY="x-window"
     6.9 -SHORT_DESC="Glib libgio shared library."
    6.10 -MAINTAINER="pankso@slitaz.org"
    6.11 -DEPENDS="glib"
    6.12 -WANTED="glib"
    6.13 -WEB_SITE="http://www.gtk.org/"
    6.14 -
    6.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
    6.16 -genpkg_rules()
    6.17 -{
    6.18 -    mkdir -p $fs/usr/lib
    6.19 -    cp -a $install/usr/lib/libgio*.so* $fs/usr/lib
    6.20 -}
     7.1 --- a/lxappearance-obconf/receipt	Sat Apr 21 10:45:23 2012 +0200
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,35 +0,0 @@
     7.4 -# SliTaz package receipt.
     7.5 -
     7.6 -PACKAGE="lxappearance-obconf"
     7.7 -VERSION="0.0.1"
     7.8 -CATEGORY="x-window"
     7.9 -SHORT_DESC="Openbox configuration plugin for LXappearance."
    7.10 -MAINTAINER="gokhlayeh@mailoo.org"
    7.11 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    7.12 -WGET_URL="$SF_MIRROR/lxde/LXAppearance%20Obconf/$TARBALL"
    7.13 -DEPENDS="lxappearance openbox"
    7.14 -BUILD_DEPENDS="openbox-dev xorg-dev libxcb-dev glib-dev libxml2-dev \
    7.15 -libtool automake autoconf intltool fontconfig-dev gtk+-dev lxappearance-dev \
    7.16 -util-linux-ng-uuid-dev expat-dev"
    7.17 -WEB_SITE="http://lxde.org"
    7.18 -
    7.19 -# Rules to configure and make the package.
    7.20 -compile_rules()
    7.21 -{
    7.22 -	cd $src
    7.23 -	sed '/no/d' -i po/LINGUAS
    7.24 -	./autogen.sh --prefix=/usr --sysconfdir=/etc
    7.25 -	./configure \
    7.26 -		--prefix=/usr \
    7.27 -		--sysconfdir=/etc \
    7.28 -		$CONFIGURE_ARGS &&
    7.29 -	make &&
    7.30 -	make DESTDIR=$PWD/_pkg install
    7.31 -}
    7.32 -
    7.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
    7.34 -genpkg_rules()
    7.35 -{
    7.36 -    mkdir -p $fs/usr
    7.37 -    cp -a $_pkg/usr/* $fs/usr
    7.38 -}
     8.1 --- a/udisks/receipt	Sat Apr 21 10:45:23 2012 +0200
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,29 +0,0 @@
     8.4 -# SliTaz package receipt.
     8.5 -
     8.6 -PACKAGE="udisks"
     8.7 -VERSION="1.91.0"
     8.8 -CATEGORY="system-tools"
     8.9 -SHORT_DESC="D-Bus interfaces to query and manipulate storage devices."
    8.10 -MAINTAINER="pankso@slitaz.org"
    8.11 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    8.12 -WEB_SITE="http://www.freedesktop.org/wiki/Software/udisks"
    8.13 -WGET_URL="http://udisks.freedesktop.org/releases/$TARBALL"
    8.14 -
    8.15 -DEPENDS="libxslt libgudev polkit"
    8.16 -BUILD_DEPENDS="libxslt-dev libgudev-dev polkit-dev"
    8.17 -
    8.18 -# Rules to configure and make the package.
    8.19 -compile_rules()
    8.20 -{
    8.21 -	cd $src
    8.22 -	./configure \
    8.23 -		$CONFIGURE_ARGS &&
    8.24 -	make && make install
    8.25 -}
    8.26 -
    8.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    8.28 -genpkg_rules()
    8.29 -{
    8.30 -	mkdir -p $fs/usr/lib
    8.31 -	cp -a $install/usr/bin $fs/usr
    8.32 -}