wok diff xorg-libXaw/receipt @ rev 12960

lostirc: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 31 20:20:10 2012 +0200 (2012-05-31)
parents 73641efed1cc
children 7be02119d74d
line diff
     1.1 --- a/xorg-libXaw/receipt	Mon Apr 23 16:30:27 2012 +0200
     1.2 +++ b/xorg-libXaw/receipt	Thu May 31 20:20:10 2012 +0200
     1.3 @@ -1,24 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXaw"
     1.7 -VERSION="1.0.8"
     1.8 +VERSION="1.0.10"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xorg server module."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  SOURCE="libXaw"
    1.13  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.14 +WEB_SITE="http://www.x.org/"
    1.15 +WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.16 +
    1.17  DEPENDS="xorg-libXmu xorg-libXpm"
    1.18  BUILD_DEPENDS="xorg-libXmu-dev xorg-libXpm-dev util-linux-uuid-dev"
    1.19 -WEB_SITE="http://www.x.org/"
    1.20 -WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25      cd $src
    1.26 -    ./configure --sysconfdir=/etc \
    1.27 +    ./configure \
    1.28 +		--sysconfdir=/etc \
    1.29          --localstatedir=/var \
    1.30 -	$CONFIGURE_ARGS &&
    1.31 +		$CONFIGURE_ARGS &&
    1.32      make && make install
    1.33  }
    1.34  
    1.35 @@ -26,5 +28,5 @@
    1.36  genpkg_rules()
    1.37  {
    1.38  	mkdir -p $fs/usr/lib
    1.39 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.40 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.41  }