wok-next diff xorg-iceauth/receipt @ rev 19665

cookutils: up 892
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 17 15:07:45 2017 +0200 (2017-03-17)
parents eb8067417980
children f463de72afe3
line diff
     1.1 --- a/xorg-iceauth/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/xorg-iceauth/receipt	Fri Mar 17 15:07:45 2017 +0200
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-iceauth"
     1.7 -VERSION="1.0.4"
     1.8 +VERSION="1.0.7"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="ICE authority file utility"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 -SOURCE="iceauth"
    1.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.15 -WEB_SITE="http://xorg.freedesktop.org/"
    1.16 -WGET_URL="http://xorg.freedesktop.org/archive/individual/app/$TARBALL"
    1.17 +WEB_SITE="https://www.x.org/wiki/"
    1.18 +
    1.19 +TARBALL="iceauth-$VERSION.tar.bz2"
    1.20 +WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.21  
    1.22  DEPENDS="xorg-libICE"
    1.23  BUILD_DEPENDS="xorg-libICE-dev pkg-config"
    1.24 @@ -17,17 +17,11 @@
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	cd $src
    1.29 -	./configure --prefix=/usr \
    1.30 -		--infodir=/usr/share/info \
    1.31 -		--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.32 -	make && make DESTDIR=$DESTDIR install
    1.33 +	./configure $CONFIGURE_ARGS && make && make install
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.37  genpkg_rules()
    1.38  {
    1.39 -	mkdir -p $fs/usr
    1.40 -	cp -a $install/usr/bin $fs/usr
    1.41 +	cook_copy_folders bin
    1.42  }
    1.43 -