wok-next diff xorg-xhost/receipt @ rev 19763

Up libffi, python, some python-* packages.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 10 21:12:27 2017 +0300 (2017-06-10)
parents eb8067417980
children f463de72afe3
line diff
     1.1 --- a/xorg-xhost/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/xorg-xhost/receipt	Sat Jun 10 21:12:27 2017 +0300
     1.3 @@ -1,32 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xhost"
     1.7 -VERSION="1.0.5"
     1.8 +VERSION="1.0.7"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Server access control program for X."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 -SOURCE="xhost"
    1.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.15 -WEB_SITE="http://www.x.org/"
    1.16 +WEB_SITE="https://www.x.org/wiki/"
    1.17 +
    1.18 +TARBALL="xhost-$VERSION.tar.bz2"
    1.19  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.20  
    1.21 -DEPENDS="xorg"
    1.22 -BUILD_DEPENDS="xorg-dev"
    1.23 +DEPENDS="xorg-libX11 xorg-libXmu"
    1.24 +BUILD_DEPENDS="xorg-util-macros xorg-xproto xorg-libX11-dev xorg-libXmu-dev"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	cd $src
    1.30 -	./configure \
    1.31 -		--mandir=/usr/share/man \
    1.32 -		$CONFIGURE_ARGS &&
    1.33 -	make && make install
    1.34 +	./configure $CONFIGURE_ARGS && make && make install
    1.35  }
    1.36  
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.38  genpkg_rules()
    1.39  {
    1.40 -	mkdir -p $fs/usr
    1.41 -	cp -a $install/usr/bin $fs/usr
    1.42 +	cook_copy_folders bin
    1.43  }