wok diff xorg-libpciaccess/receipt @ rev 23408
updated perl-tk (804.029 -> 804.034)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 01 06:56:31 2020 +0100 (2020-04-01) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
line diff
1.1 --- a/xorg-libpciaccess/receipt Thu Aug 09 12:16:16 2018 +0200 1.2 +++ b/xorg-libpciaccess/receipt Wed Apr 01 06:56:31 2020 +0100 1.3 @@ -1,32 +1,34 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libpciaccess" 1.7 -VERSION="0.13.1" 1.8 +VERSION="0.16" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xorg server module." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="MIT" 1.13 +WEB_SITE="https://www.x.org/wiki/" 1.14 + 1.15 SOURCE="libpciaccess" 1.16 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.17 -WEB_SITE="https://www.x.org/" 1.18 -WGET_URL="ftp://ftp.solnet.ch/mirror/x.org/pub/individual/lib/$TARBALL" 1.19 +WGET_URL="$XORG_MIRROR/lib/$TARBALL" 1.20 + 1.21 HOST_ARCH="i486 arm" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - cd $src 1.27 - ./configure \ 1.28 - --sysconfdir=/etc \ 1.29 - --mandir=/usr/share/man \ 1.30 - --localstatedir=/var \ 1.31 + ./configure \ 1.32 + --sysconfdir=/etc \ 1.33 + --mandir=/usr/share/man \ 1.34 + --localstatedir=/var \ 1.35 $CONFIGURE_ARGS 1.36 - make && make install 1.37 + make && 1.38 + make install 1.39 } 1.40 1.41 # Rules to gen a SliTaz package suitable for Tazpkg. 1.42 genpkg_rules() 1.43 { 1.44 mkdir -p $fs/usr/lib 1.45 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.46 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.47 }