wok diff xorg-libXmu/receipt @ rev 13700

tazbug-website: empty functions BREAK cook
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 15 14:43:36 2012 +0100 (2012-12-15)
parents 73641efed1cc
children 303cc9eb28c5
line diff
     1.1 --- a/xorg-libXmu/receipt	Mon Apr 23 16:30:27 2012 +0200
     1.2 +++ b/xorg-libXmu/receipt	Sat Dec 15 14:43:36 2012 +0100
     1.3 @@ -1,16 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXmu"
     1.7 -VERSION="1.1.0"
     1.8 +VERSION="1.1.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xorg server module."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  SOURCE="libXmu"
    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-libXt xorg-libXext"
    1.18  BUILD_DEPENDS="xorg-libXt-dev xorg-libXext-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 @@ -27,5 +28,5 @@
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs/usr/lib
    1.28 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.29 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.30  }