wok-6.x rev 22236
updated xorg-libpciaccess and xorg-libpciaccess-dev (0.13.1 -> 1.16)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Nov 12 08:56:26 2019 +0100 (2019-11-12) |
parents | 98c9702169e3 |
children | 8ebb583f19f2 |
files | xorg-libpciaccess-dev/receipt xorg-libpciaccess/receipt |
line diff
1.1 --- a/xorg-libpciaccess-dev/receipt Tue Nov 12 08:49:21 2019 +0100 1.2 +++ b/xorg-libpciaccess-dev/receipt Tue Nov 12 08:56:26 2019 +0100 1.3 @@ -1,23 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libpciaccess-dev" 1.7 -VERSION="0.13.1" 1.8 +VERSION="0.16" 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="libpciaccess" 1.17 +DEPENDS="pkg-config xorg-libpciaccess" 1.18 WANTED="xorg-libpciaccess" 1.19 -SOURCE="libpciaccess" 1.20 -WEB_SITE="https://www.x.org/" 1.21 + 1.22 HOST_ARCH="i486 arm" 1.23 1.24 -DEPENDS="xorg-libpciaccess pkg-config" 1.25 - 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 mkdir -p $fs/usr/lib 1.30 - cp -a $install/usr/lib/*.*a* $fs/usr/lib 1.31 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.32 - cp -a $install/usr/include $fs/usr 1.33 + 1.34 + cp -a $install/usr/lib/*.*a* $fs/usr/lib 1.35 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.36 + cp -a $install/usr/include $fs/usr 1.37 }
2.1 --- a/xorg-libpciaccess/receipt Tue Nov 12 08:49:21 2019 +0100 2.2 +++ b/xorg-libpciaccess/receipt Tue Nov 12 08:56:26 2019 +0100 2.3 @@ -1,32 +1,34 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xorg-libpciaccess" 2.7 -VERSION="0.13.1" 2.8 +VERSION="0.16" 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="libpciaccess" 2.16 TARBALL="$SOURCE-$VERSION.tar.bz2" 2.17 -WEB_SITE="https://www.x.org/" 2.18 -WGET_URL="ftp://ftp.solnet.ch/mirror/x.org/pub/individual/lib/$TARBALL" 2.19 +WGET_URL="$XORG_MIRROR/lib/$TARBALL" 2.20 + 2.21 HOST_ARCH="i486 arm" 2.22 2.23 # Rules to configure and make the package. 2.24 compile_rules() 2.25 { 2.26 - cd $src 2.27 - ./configure \ 2.28 - --sysconfdir=/etc \ 2.29 - --mandir=/usr/share/man \ 2.30 - --localstatedir=/var \ 2.31 + ./configure \ 2.32 + --sysconfdir=/etc \ 2.33 + --mandir=/usr/share/man \ 2.34 + --localstatedir=/var \ 2.35 $CONFIGURE_ARGS 2.36 - make && make install 2.37 + make && 2.38 + make install 2.39 } 2.40 2.41 # Rules to gen a SliTaz package suitable for Tazpkg. 2.42 genpkg_rules() 2.43 { 2.44 mkdir -p $fs/usr/lib 2.45 - cp -a $install/usr/lib/*.so* $fs/usr/lib 2.46 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.47 }