wok-6.x rev 16441
ARM: add libev, xcb-util-wm
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Apr 18 15:56:37 2014 +0200 (2014-04-18) |
parents | a82ab68e75d1 |
children | e7a7ba4d40c4 |
files | libev-dev/receipt libev/receipt libxdg-basedir-dev/receipt libxdg-basedir/receipt xcb-util-wm-dev/receipt xcb-util-wm/receipt |
line diff
1.1 --- a/libev-dev/receipt Fri Apr 18 14:55:04 2014 +0200 1.2 +++ b/libev-dev/receipt Fri Apr 18 15:56:37 2014 +0200 1.3 @@ -6,10 +6,10 @@ 1.4 SHORT_DESC="libev development files" 1.5 MAINTAINER="mallory@sweetpeople.org" 1.6 LICENSE="BSD" 1.7 +WEB_SITE="http://software.schmorp.de/pkg/libev.html" 1.8 +HOST_ARCH="i486 arm" 1.9 + 1.10 WANTED="libev" 1.11 -WEB_SITE="http://software.schmorp.de/pkg/libev.html" 1.12 - 1.13 -DEPENDS="libev" 1.14 1.15 # Rules to gen a SliTaz package suitable for Tazpkg. 1.16 genpkg_rules()
2.1 --- a/libev/receipt Fri Apr 18 14:55:04 2014 +0200 2.2 +++ b/libev/receipt Fri Apr 18 15:56:37 2014 +0200 2.3 @@ -3,17 +3,17 @@ 2.4 PACKAGE="libev" 2.5 VERSION="4.04" 2.6 CATEGORY="system-tools" 2.7 -SHORT_DESC="A full-featured and high-performance (see benchmark) event loop that is loosely modelled after libevent, but without its limitations and bugs." 2.8 +SHORT_DESC="A full-featured and high-performance event loop." 2.9 MAINTAINER="mallory@sweetpeople.org" 2.10 LICENSE="BSD" 2.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.12 WEB_SITE="http://software.schmorp.de/pkg/libev.html" 2.13 WGET_URL="http://dist.schmorp.de/libev/$TARBALL" 2.14 +HOST_ARCH="i486 arm" 2.15 2.16 # Rules to configure and make the package. 2.17 compile_rules() 2.18 { 2.19 - cd $src 2.20 ./configure $CONFIGURE_ARGS && 2.21 make && make install 2.22 }
3.1 --- a/libxdg-basedir-dev/receipt Fri Apr 18 14:55:04 2014 +0200 3.2 +++ b/libxdg-basedir-dev/receipt Fri Apr 18 15:56:37 2014 +0200 3.3 @@ -1,16 +1,15 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="libxdg-basedir-dev" 3.7 -VERSION="1.1.0" 3.8 +VERSION="1.2.0" 3.9 CATEGORY="development" 3.10 SHORT_DESC="libxdg-basedir development files" 3.11 MAINTAINER="mallory@sweetpeople.org" 3.12 LICENSE="MIT" 3.13 -WEB_SITE="http://n.ethz.ch/~nevillm/download/libxdg-basedir" 3.14 +WEB_SITE="https://github.com/devnev/libxdg-basedir" 3.15 + 3.16 WANTED="libxdg-basedir" 3.17 3.18 -DEPENDS="pkg-config" 3.19 - 3.20 # Rules to gen a SliTaz package suitable for Tazpkg. 3.21 genpkg_rules() 3.22 {
4.1 --- a/libxdg-basedir/receipt Fri Apr 18 14:55:04 2014 +0200 4.2 +++ b/libxdg-basedir/receipt Fri Apr 18 15:56:37 2014 +0200 4.3 @@ -1,24 +1,23 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="libxdg-basedir" 4.7 -VERSION="1.1.0" 4.8 +VERSION="1.2.0" 4.9 CATEGORY="development" 4.10 -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." 4.11 +SHORT_DESC="Implements functions for the XDG Base Directory specification." 4.12 MAINTAINER="mallory@sweetpeople.org" 4.13 LICENSE="MIT" 4.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.15 -WEB_SITE="http://n.ethz.ch/~nevillm/download/libxdg-basedir" 4.16 -WGET_URL="$WEB_SITE/$TARBALL" 4.17 -CROSS="error" 4.18 +WEB_SITE="https://github.com/devnev/libxdg-basedir" 4.19 +WGET_URL="https://github.com/devnev/$PACKAGE/archive/$TARBALL" 4.20 +#HOST_ARCH="i486 arm" 4.21 4.22 # Rules to configure and make the package. 4.23 compile_rules() 4.24 { 4.25 - cd $src 4.26 - ./configure \ 4.27 + unset CFLAGS 4.28 + ./autogen.sh \ 4.29 --prefix=/usr \ 4.30 - --build=$HOST_SYSTEM \ 4.31 - --host=$HOST_SYSTEM && 4.32 + $CONFIGURE_ARGS && 4.33 make && make install 4.34 } 4.35
5.1 --- a/xcb-util-wm-dev/receipt Fri Apr 18 14:55:04 2014 +0200 5.2 +++ b/xcb-util-wm-dev/receipt Fri Apr 18 15:56:37 2014 +0200 5.3 @@ -8,6 +8,7 @@ 5.4 LICENSE="other" 5.5 WEB_SITE="http://xcb.freedesktop.org/" 5.6 WANTED="xcb-util-wm" 5.7 +HOST_ARCH="i486 arm" 5.8 5.9 DEPENDS="xcb-util-wm pkg-config" 5.10
6.1 --- a/xcb-util-wm/receipt Fri Apr 18 14:55:04 2014 +0200 6.2 +++ b/xcb-util-wm/receipt Fri Apr 18 15:56:37 2014 +0200 6.3 @@ -9,6 +9,7 @@ 6.4 WEB_SITE="http://xcb.freedesktop.org/" 6.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 6.6 WGET_URL="http://xcb.freedesktop.org/dist/$TARBALL" 6.7 +HOST_ARCH="i486 arm" 6.8 6.9 DEPENDS="libxcb" 6.10 BUILD_DEPENDS="libxcb-dev xorg-util-macros" 6.11 @@ -16,7 +17,6 @@ 6.12 # Rules to configure and make the package. 6.13 compile_rules() 6.14 { 6.15 - cd $src 6.16 ./configure --disable-static $CONFIGURE_ARGS && make && make install 6.17 } 6.18