wok rev 16583
Fix python-rpi-adafruit PACKAGE name
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 04 05:46:01 2014 +0200 (2014-05-04) |
parents | c2c48e06bc0a |
children | 5d1b6e61470d |
files | cairo-gl/receipt lesstif/receipt libxml2-python/receipt mesa-wayland/receipt python-rpi-adafruit/receipt |
line diff
1.1 --- a/cairo-gl/receipt Sun May 04 05:33:27 2014 +0200 1.2 +++ b/cairo-gl/receipt Sun May 04 05:46:01 2014 +0200 1.3 @@ -10,7 +10,7 @@ 1.4 TARBALL="$SOURCE-$VERSION.tar.xz" 1.5 WEB_SITE="http://www.cairographics.org/" 1.6 WGET_URL="http://cairographics.org/releases/$TARBALL" 1.7 -HOST_ARCH="i486" 1.8 +HOST_ARCH="arm i486" 1.9 1.10 DEPENDS="glib pixman libpng zlib expat fontconfig freetype xorg-libX11 \ 1.11 xorg-libXau xorg-libXdmcp xorg-libXrender xcb-util libxcb mesa-wayland"
2.1 --- a/lesstif/receipt Sun May 04 05:33:27 2014 +0200 2.2 +++ b/lesstif/receipt Sun May 04 05:46:01 2014 +0200 2.3 @@ -9,16 +9,15 @@ 2.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.5 WEB_SITE="http://sourceforge.net/projects/lesstif/" 2.6 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.7 +HOST_ARCH="arm i486" 2.8 2.9 DEPENDS="glibc-base xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \ 2.10 -xorg-libXdmcp xorg-libXext xorg-libXt util-linux-uuid freetype \ 2.11 -xorg-libXp" 2.12 -BUILD_DEPENDS="xorg-dev xorg-xextproto util-linux-uuid-dev automake" 2.13 +xorg-libXdmcp xorg-libXext xorg-libXt util-linux-uuid freetype xorg-libXp" 2.14 +BUILD_DEPENDS="xorg-xextproto util-linux-uuid-dev automake" 2.15 2.16 # Rules to configure and make the package. 2.17 compile_rules() 2.18 { 2.19 - cd $src 2.20 ./configure \ 2.21 --prefix=/usr \ 2.22 --infodir=/usr/share/info \
3.1 --- a/libxml2-python/receipt Sun May 04 05:33:27 2014 +0200 3.2 +++ b/libxml2-python/receipt Sun May 04 05:46:01 2014 +0200 3.3 @@ -17,4 +17,3 @@ 3.4 mkdir -p $fs/usr/lib 3.5 cp -a $install/usr/lib/python* $fs/usr/lib 3.6 } 3.7 -
4.1 --- a/mesa-wayland/receipt Sun May 04 05:33:27 2014 +0200 4.2 +++ b/mesa-wayland/receipt Sun May 04 05:46:01 2014 +0200 4.3 @@ -11,6 +11,7 @@ 4.4 TARBALL="${SOURCE}Lib-$VERSION.tar.bz2" 4.5 WEB_SITE="http://www.mesa3d.org/" 4.6 WGET_URL="ftp://ftp.freedesktop.org/pub/mesa/$VERSION/$TARBALL" 4.7 +HOST_ARCH="arm i486" 4.8 4.9 # Have Wayland support by default ? 4.10 PROVIDE="libgl libegl-mesa libglw-mesa libglu-mesa" 4.11 @@ -19,9 +20,14 @@ 4.12 wayland" 4.13 BUILD_DEPENDS="expat-dev libdrm-dev xorg-libXdamage-dev pkg-config \ 4.14 xorg-libXxf86vm-dev xorg-libXt-dev xorg-dri2proto xorg-glproto \ 4.15 -talloc xorg-makedepend lesstif libxml2-python xorg-imake lesstif-dev \ 4.16 -xorg-server-dev udev-dev file libdrm-nouveau llvm libtool automake \ 4.17 -autoconf libpthread-stubs-dev wayland-dev" 4.18 +lesstif libxml2-python lesstif-dev xorg-server-dev udev-dev wayland-dev" 4.19 + 4.20 +# Use some build system tools 4.21 +case "$ARCH" in 4.22 + i?86) 4.23 + BUILD_DEPENDS="BUILD_DEPENDS talloc xorg-makedepend xorg-imake \ 4.24 + file libdrm-nouveau llvm libtool automake autoconf libpthread-stubs-dev" ;; 4.25 +esac 4.26 4.27 # Rules to configure and make the package. 4.28 compile_rules()
5.1 --- a/python-rpi-adafruit/receipt Sun May 04 05:33:27 2014 +0200 5.2 +++ b/python-rpi-adafruit/receipt Sun May 04 05:46:01 2014 +0200 5.3 @@ -1,10 +1,10 @@ 5.4 # SliTaz package receipt. 5.5 5.6 -PACKAGE="python-rpi-adafruit-leds" 5.7 +PACKAGE="python-rpi-adafruit" 5.8 GITHASH="99a2955eb6ddc81998ade7359ebb505fb70919d0" 5.9 VERSION=${GITHASH:0:6} 5.10 CATEGORY="system-tools" 5.11 -SHORT_DESC="Adafruit Industries Python code for the RPi (7segment, 8x8 LED)" 5.12 +SHORT_DESC="Adafruit Industries Python code for the RPi" 5.13 MAINTAINER="pankso@slitaz.org" 5.14 LICENSE="BSD" 5.15 SOURCE="python-adafruit-code" 5.16 @@ -13,6 +13,7 @@ 5.17 WGET_URL="https://codeload.github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code/zip/$GITHASH" 5.18 HOST_ARCH="arm" 5.19 5.20 +# Leds support for now 5.21 DEPENDS="python python-smbus ic2-tools slitaz-arm-rpi" 5.22 5.23 # Rules to gen a SliTaz package suitable for Tazpkg.