wok rev 22218
updated xorg-libXinerama and xorg-libXinerama-dev (1.1.3 -> 1.1.4)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Nov 11 16:39:19 2019 +0100 (2019-11-11) |
parents | 4cb22f16feab |
children | ea8e669ff3f2 |
files | xorg-libXinerama-dev/receipt xorg-libXinerama/receipt |
line diff
1.1 --- a/xorg-libXinerama-dev/receipt Mon Nov 11 16:32:55 2019 +0100 1.2 +++ b/xorg-libXinerama-dev/receipt Mon Nov 11 16:39:19 2019 +0100 1.3 @@ -1,23 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libXinerama-dev" 1.7 -VERSION="1.1.3" 1.8 +VERSION="1.1.4" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Xorg module devel files." 1.11 +SHORT_DESC="Xorg module - development files." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="MIT" 1.14 +WEB_SITE="https://www.x.org/wiki/" 1.15 + 1.16 +SOURCE="libXinerama" 1.17 + 1.18 +DEPENDS="pkg-config xorg-libXext-dev xorg-libXinerama xorg-xineramaproto" 1.19 WANTED="xorg-libXinerama" 1.20 -SOURCE="libXinerama" 1.21 -WEB_SITE="https://www.x.org/" 1.22 + 1.23 HOST_ARCH="i486 arm" 1.24 1.25 -DEPENDS="xorg-libXinerama pkg-config xorg-libXext-dev xorg-xineramaproto" 1.26 - 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 genpkg_rules() 1.29 { 1.30 mkdir -p $fs/usr/lib 1.31 - cp -a $install/usr/lib/*.*a* $fs/usr/lib 1.32 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.33 - cp -a $install/usr/include $fs/usr 1.34 + 1.35 + cp -a $install/usr/lib/*.*a* $fs/usr/lib 1.36 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.37 + cp -a $install/usr/include $fs/usr 1.38 }
2.1 --- a/xorg-libXinerama/receipt Mon Nov 11 16:32:55 2019 +0100 2.2 +++ b/xorg-libXinerama/receipt Mon Nov 11 16:39:19 2019 +0100 2.3 @@ -1,30 +1,32 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xorg-libXinerama" 2.7 -VERSION="1.1.3" 2.8 +VERSION="1.1.4" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Xorg server module." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 LICENSE="MIT" 2.13 +WEB_SITE="https://www.x.org/wiki/" 2.14 + 2.15 SOURCE="libXinerama" 2.16 TARBALL="$SOURCE-$VERSION.tar.bz2" 2.17 -WEB_SITE="https://www.x.org/" 2.18 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 2.19 -HOST_ARCH="i486 arm" 2.20 2.21 DEPENDS="xorg-libXext" 2.22 BUILD_DEPENDS="xorg-libXext-dev xorg-xineramaproto" 2.23 2.24 +HOST_ARCH="i486 arm" 2.25 + 2.26 # Rules to configure and make the package. 2.27 compile_rules() 2.28 { 2.29 - cd $src 2.30 - ./configure \ 2.31 - --prefix=/usr \ 2.32 - --sysconfdir=/etc \ 2.33 - --localstatedir=/var \ 2.34 + ./configure \ 2.35 + --prefix=/usr \ 2.36 + --sysconfdir=/etc \ 2.37 + --localstatedir=/var \ 2.38 $CONFIGURE_ARGS && 2.39 - make && make install 2.40 + make && 2.41 + make install 2.42 } 2.43 2.44 # Rules to gen a SliTaz package suitable for Tazpkg.