wok-current rev 16109
ARM: add Xrandr support, xsetroot and xmessage
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Mar 19 22:48:37 2014 +0100 (2014-03-19) |
parents | ce6956adabd8 |
children | b5fd8eaca2f3 |
files | alpine/receipt xorg-libXrandr-dev/receipt xorg-libXrandr/receipt xorg-xbitmaps/receipt xorg-xmessage/receipt xorg-xrandr/receipt xorg-xsetroot/receipt |
line diff
1.1 --- a/alpine/receipt Wed Mar 19 19:42:32 2014 +0100 1.2 +++ b/alpine/receipt Wed Mar 19 22:48:37 2014 +0100 1.3 @@ -10,18 +10,18 @@ 1.4 WEB_SITE="http://www.washington.edu/alpine/" 1.5 WGET_URL="ftp://ftp.cac.washington.edu/alpine/$TARBALL" 1.6 TAGS="mail client" 1.7 +#HOST_ARCH="i486 arm" 1.8 1.9 -DEPENDS="libssl pam libldap libsasl ncurses libkrb5 libcomerr3" 1.10 -BUILD_DEPENDS="openssl-dev pam-dev openldap-dev cyrus-sasl-dev libldap krb5-dev" 1.11 +DEPENDS="libssl pam ncurses" 1.12 +BUILD_DEPENDS="openssl-dev pam-dev ncurses-dev" 1.13 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 { 1.17 - cd $src 1.18 ./configure \ 1.19 - --prefix=/usr \ 1.20 - --infodir=/usr/share/info \ 1.21 - --mandir=/usr/share/man \ 1.22 + --without-tcl \ 1.23 + --without-ldap \ 1.24 + --without-krb5 \ 1.25 $CONFIGURE_ARGS && 1.26 make && make DESTDIR=$DESTDIR install 1.27 }
2.1 --- a/xorg-libXrandr-dev/receipt Wed Mar 19 19:42:32 2014 +0100 2.2 +++ b/xorg-libXrandr-dev/receipt Wed Mar 19 22:48:37 2014 +0100 2.3 @@ -9,15 +9,14 @@ 2.4 WANTED="xorg-libXrandr" 2.5 SOURCE="libXrandr" 2.6 WEB_SITE="http://www.x.org/" 2.7 +HOST_ARCH="i486 arm" 2.8 2.9 -DEPENDS="xorg-libXrandr xorg-libXext-dev xorg-libXrender-dev xorg-randrproto \ 2.10 -pkg-config" 2.11 +DEPENDS="xorg-libXrandr xorg-libXext-dev xorg-libXrender-dev xorg-randrproto" 2.12 2.13 # Rules to gen a SliTaz package suitable for Tazpkg. 2.14 genpkg_rules() 2.15 { 2.16 mkdir -p $fs/usr/lib 2.17 - 2.18 cp -a $install/usr/lib/*.*a* $fs/usr/lib 2.19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 2.20 cp -a $install/usr/include $fs/usr
3.1 --- a/xorg-libXrandr/receipt Wed Mar 19 19:42:32 2014 +0100 3.2 +++ b/xorg-libXrandr/receipt Wed Mar 19 22:48:37 2014 +0100 3.3 @@ -10,7 +10,7 @@ 3.4 TARBALL="$SOURCE-$VERSION.tar.bz2" 3.5 WEB_SITE="http://www.x.org/" 3.6 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 3.7 -CROSS="bug: can not run test programm" 3.8 +HOST_ARCH="i486 arm" 3.9 3.10 DEPENDS="xorg-libXext xorg-libXrender" 3.11 BUILD_DEPENDS="xorg-randrproto xorg-libXext-dev xorg-libXrender-dev" 3.12 @@ -18,13 +18,11 @@ 3.13 # Rules to configure and make the package. 3.14 compile_rules() 3.15 { 3.16 - cd $src 3.17 ./configure \ 3.18 --prefix=/usr \ 3.19 --sysconfdir=/etc \ 3.20 --localstatedir=/var \ 3.21 - --build=$HOST_SYSTEM \ 3.22 - --host=$HOST_SYSTEM && 3.23 + $CONFIGURE_ARGS && 3.24 make && make install 3.25 } 3.26
4.1 --- a/xorg-xbitmaps/receipt Wed Mar 19 19:42:32 2014 +0100 4.2 +++ b/xorg-xbitmaps/receipt Wed Mar 19 22:48:37 2014 +0100 4.3 @@ -10,6 +10,7 @@ 4.4 TARBALL="$SOURCE-$VERSION.tar.bz2" 4.5 WEB_SITE="http://www.x.org/" 4.6 WGET_URL="$XORG_MIRROR/data/$TARBALL" 4.7 +HOST_ARCH="i486 arm" 4.8 4.9 DEPENDS="xorg-util-macros" 4.10 BUILD_DEPENDS="xorg-util-macros" 4.11 @@ -17,13 +18,8 @@ 4.12 # Rules to configure and make the package. 4.13 compile_rules() 4.14 { 4.15 - cd $src 4.16 - ./configure \ 4.17 - --prefix=/usr \ 4.18 - --mandir=/usr/share/man \ 4.19 - $CONFIGURE_ARGS 4.20 - make 4.21 - make DESTDIR=$DESTDIR install 4.22 + ./configure $CONFIGURE_ARGS && 4.23 + make && make install 4.24 } 4.25 4.26 # Rules to gen a SliTaz package suitable for Tazpkg.
5.1 --- a/xorg-xmessage/receipt Wed Mar 19 19:42:32 2014 +0100 5.2 +++ b/xorg-xmessage/receipt Wed Mar 19 22:48:37 2014 +0100 5.3 @@ -10,6 +10,7 @@ 5.4 TARBALL="$SOURCE-$VERSION.tar.bz2" 5.5 WEB_SITE="http://www.x.org/" 5.6 WGET_URL="$XORG_MIRROR/app/$TARBALL" 5.7 +HOST_ARCH="i486 arm" 5.8 5.9 DEPENDS="xorg-libXaw" 5.10 BUILD_DEPENDS="xorg-libXaw-dev" 5.11 @@ -17,18 +18,17 @@ 5.12 # Rules to configure and make the package. 5.13 compile_rules() 5.14 { 5.15 - cd $src 5.16 - ./configure --prefix=/usr --sysconfdir=/etc \ 5.17 - --mandir=/usr/share/man --localstatedir=/var \ 5.18 - $CONFIGURE_ARGS && 5.19 - make && 5.20 - make DESTDIR=$DESTDIR install 5.21 + ./configure \ 5.22 + --sysconfdir=/etc \ 5.23 + --localstatedir=/var \ 5.24 + $CONFIGURE_ARGS && 5.25 + make && make install 5.26 } 5.27 5.28 # Rules to gen a SliTaz package suitable for Tazpkg. 5.29 genpkg_rules() 5.30 { 5.31 - mkdir -p $fs/usr/share 5.32 + mkdir -p $fs/usr 5.33 cp -a $install/usr/bin $fs/usr 5.34 } 5.35
6.1 --- a/xorg-xrandr/receipt Wed Mar 19 19:42:32 2014 +0100 6.2 +++ b/xorg-xrandr/receipt Wed Mar 19 22:48:37 2014 +0100 6.3 @@ -10,6 +10,7 @@ 6.4 TARBALL="$SOURCE-$VERSION.tar.bz2" 6.5 WEB_SITE="http://www.x.org/" 6.6 WGET_URL="$XORG_MIRROR/app/$TARBALL" 6.7 +HOST_ARCH="i486 arm" 6.8 6.9 DEPENDS="xorg-libXrandr" 6.10 BUILD_DEPENDS="xorg-libXrandr-dev"
7.1 --- a/xorg-xsetroot/receipt Wed Mar 19 19:42:32 2014 +0100 7.2 +++ b/xorg-xsetroot/receipt Wed Mar 19 22:48:37 2014 +0100 7.3 @@ -10,6 +10,7 @@ 7.4 TARBALL="$SOURCE-$VERSION.tar.bz2" 7.5 WEB_SITE="http://www.x.org/" 7.6 WGET_URL="$XORG_MIRROR/app/$TARBALL" 7.7 +HOST_ARCH="i486 arm" 7.8 7.9 DEPENDS="xorg-libXmu xorg-libXcursor" 7.10 BUILD_DEPENDS="xorg-libXmu-dev xorg-libXcursor-dev xorg-xbitmaps" 7.11 @@ -17,13 +18,8 @@ 7.12 # Rules to configure and make the package. 7.13 compile_rules() 7.14 { 7.15 - cd $src 7.16 - ./configure \ 7.17 - --prefix=/usr \ 7.18 - --mandir=/usr/share/man \ 7.19 - $CONFIGURE_ARGS 7.20 - make 7.21 - make DESTDIR=$DESTDIR install 7.22 + ./configure $CONFIGURE_ARGS && 7.23 + make && make install 7.24 } 7.25 7.26 # Rules to gen a SliTaz package suitable for Tazpkg.