wok rev 16342
ARM: add libpthread-stubs, libdrm
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 12 18:33:53 2014 +0200 (2014-04-12) |
parents | 198daca0a951 |
children | 9fb46565bb72 |
files | libdrm-dev/receipt libdrm/receipt libpthread-stubs-dev/receipt libpthread-stubs/receipt |
line diff
1.1 --- a/libdrm-dev/receipt Sat Apr 12 14:59:28 2014 +0200 1.2 +++ b/libdrm-dev/receipt Sat Apr 12 18:33:53 2014 +0200 1.3 @@ -7,8 +7,9 @@ 1.4 MAINTAINER="pankso@slitaz.org" 1.5 LICENSE="MIT" 1.6 WEB_SITE="http://dri.freedesktop.org/" 1.7 +HOST_ARCH="i486 arm" 1.8 + 1.9 WANTED="libdrm" 1.10 - 1.11 DEPENDS="libdrm libdrm-intel libdrm-radeon pkg-config" 1.12 1.13 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/libdrm/receipt Sat Apr 12 14:59:28 2014 +0200 2.2 +++ b/libdrm/receipt Sat Apr 12 18:33:53 2014 +0200 2.3 @@ -9,15 +9,16 @@ 2.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.5 WEB_SITE="http://dri.freedesktop.org/" 2.6 WGET_URL="http://dri.freedesktop.org/libdrm/$TARBALL" 2.7 +HOST_ARCH="i486 arm" 2.8 2.9 DEPENDS="glibc-base udev linux-drm xorg-libpciaccess" 2.10 -BUILD_DEPENDS="xorg-dev xorg-dev-proto libpthread-stubs-dev gc-dev pkg-config \ 2.11 -udev-dev xorg-libpciaccess-dev" 2.12 +BUILD_DEPENDS="libpthread-stubs-dev gc-dev pkg-config udev-dev \ 2.13 +xorg-libpciaccess-dev" 2.14 +#xorg-dev xorg-dev-proto 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 --enable-intel \ 2.22 --enable-radeon \
3.1 --- a/libpthread-stubs-dev/receipt Sat Apr 12 14:59:28 2014 +0200 3.2 +++ b/libpthread-stubs-dev/receipt Sat Apr 12 18:33:53 2014 +0200 3.3 @@ -6,12 +6,11 @@ 3.4 SHORT_DESC="Weak aliases for pthread functions development files" 3.5 MAINTAINER="erjo@slitaz.org" 3.6 LICENSE="MIT" 3.7 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.8 +WEB_SITE="http://xcb.freedesktop.org" 3.9 +HOST_ARCH="i486 arm" 3.10 + 3.11 WANTED="libpthread-stubs" 3.12 -WEB_SITE="http://xcb.freedesktop.org" 3.13 - 3.14 DEPENDS="libpthread-stubs pkg-config" 3.15 -BUILD_DEPENDS="" 3.16 3.17 # Rules to gen a SliTaz package suitable for Tazpkg. 3.18 genpkg_rules()
4.1 --- a/libpthread-stubs/receipt Sat Apr 12 14:59:28 2014 +0200 4.2 +++ b/libpthread-stubs/receipt Sat Apr 12 18:33:53 2014 +0200 4.3 @@ -9,6 +9,7 @@ 4.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.5 WEB_SITE="http://xcb.freedesktop.org" 4.6 WGET_URL="$WEB_SITE/dist/$TARBALL" 4.7 +HOST_ARCH="i486 arm" 4.8 4.9 DEPENDS="glibc-base" 4.10 BUILD_DEPENDS="gcc"