# HG changeset patch # User Christophe Lincoln # Date 1397829397 -7200 # Node ID dd38b4c08c8d47620e2f960f7641a78f498054f5 # Parent a82ab68e75d1c17682bbd599398b00235b3341d5 ARM: add libev, xcb-util-wm diff -r a82ab68e75d1 -r dd38b4c08c8d libev-dev/receipt --- a/libev-dev/receipt Fri Apr 18 14:55:04 2014 +0200 +++ b/libev-dev/receipt Fri Apr 18 15:56:37 2014 +0200 @@ -6,10 +6,10 @@ SHORT_DESC="libev development files" MAINTAINER="mallory@sweetpeople.org" LICENSE="BSD" +WEB_SITE="http://software.schmorp.de/pkg/libev.html" +HOST_ARCH="i486 arm" + WANTED="libev" -WEB_SITE="http://software.schmorp.de/pkg/libev.html" - -DEPENDS="libev" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r a82ab68e75d1 -r dd38b4c08c8d libev/receipt --- a/libev/receipt Fri Apr 18 14:55:04 2014 +0200 +++ b/libev/receipt Fri Apr 18 15:56:37 2014 +0200 @@ -3,17 +3,17 @@ PACKAGE="libev" VERSION="4.04" CATEGORY="system-tools" -SHORT_DESC="A full-featured and high-performance (see benchmark) event loop that is loosely modelled after libevent, but without its limitations and bugs." +SHORT_DESC="A full-featured and high-performance event loop." MAINTAINER="mallory@sweetpeople.org" LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://software.schmorp.de/pkg/libev.html" WGET_URL="http://dist.schmorp.de/libev/$TARBALL" +HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() { - cd $src ./configure $CONFIGURE_ARGS && make && make install } diff -r a82ab68e75d1 -r dd38b4c08c8d libxdg-basedir-dev/receipt --- a/libxdg-basedir-dev/receipt Fri Apr 18 14:55:04 2014 +0200 +++ b/libxdg-basedir-dev/receipt Fri Apr 18 15:56:37 2014 +0200 @@ -1,16 +1,15 @@ # SliTaz package receipt. PACKAGE="libxdg-basedir-dev" -VERSION="1.1.0" +VERSION="1.2.0" CATEGORY="development" SHORT_DESC="libxdg-basedir development files" MAINTAINER="mallory@sweetpeople.org" LICENSE="MIT" -WEB_SITE="http://n.ethz.ch/~nevillm/download/libxdg-basedir" +WEB_SITE="https://github.com/devnev/libxdg-basedir" + WANTED="libxdg-basedir" -DEPENDS="pkg-config" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r a82ab68e75d1 -r dd38b4c08c8d libxdg-basedir/receipt --- a/libxdg-basedir/receipt Fri Apr 18 14:55:04 2014 +0200 +++ b/libxdg-basedir/receipt Fri Apr 18 15:56:37 2014 +0200 @@ -1,24 +1,23 @@ # SliTaz package receipt. PACKAGE="libxdg-basedir" -VERSION="1.1.0" +VERSION="1.2.0" CATEGORY="development" -SHORT_DESC="This library implements functions to list the directories according to the XDG Base Directory specification and provides a few higher-level functions for use with the specification." +SHORT_DESC="Implements functions for the XDG Base Directory specification." MAINTAINER="mallory@sweetpeople.org" LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://n.ethz.ch/~nevillm/download/libxdg-basedir" -WGET_URL="$WEB_SITE/$TARBALL" -CROSS="error" +WEB_SITE="https://github.com/devnev/libxdg-basedir" +WGET_URL="https://github.com/devnev/$PACKAGE/archive/$TARBALL" +#HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure \ + unset CFLAGS + ./autogen.sh \ --prefix=/usr \ - --build=$HOST_SYSTEM \ - --host=$HOST_SYSTEM && + $CONFIGURE_ARGS && make && make install } diff -r a82ab68e75d1 -r dd38b4c08c8d xcb-util-wm-dev/receipt --- a/xcb-util-wm-dev/receipt Fri Apr 18 14:55:04 2014 +0200 +++ b/xcb-util-wm-dev/receipt Fri Apr 18 15:56:37 2014 +0200 @@ -8,6 +8,7 @@ LICENSE="other" WEB_SITE="http://xcb.freedesktop.org/" WANTED="xcb-util-wm" +HOST_ARCH="i486 arm" DEPENDS="xcb-util-wm pkg-config" diff -r a82ab68e75d1 -r dd38b4c08c8d xcb-util-wm/receipt --- a/xcb-util-wm/receipt Fri Apr 18 14:55:04 2014 +0200 +++ b/xcb-util-wm/receipt Fri Apr 18 15:56:37 2014 +0200 @@ -9,6 +9,7 @@ WEB_SITE="http://xcb.freedesktop.org/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://xcb.freedesktop.org/dist/$TARBALL" +HOST_ARCH="i486 arm" DEPENDS="libxcb" BUILD_DEPENDS="libxcb-dev xorg-util-macros" @@ -16,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure --disable-static $CONFIGURE_ARGS && make && make install }