wok diff stellarium/receipt @ rev 8647

Fixed xz post_remove.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 15 19:35:52 2011 +0000 (2011-02-15)
parents 81012e4f0f73
children 940b5937e496
line diff
     1.1 --- a/stellarium/receipt	Sat Feb 05 15:37:02 2011 +0000
     1.2 +++ b/stellarium/receipt	Tue Feb 15 19:35:52 2011 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  DEPENDS="libpng mesa glib freetype openssl libQtScript libQtOpenGL libQtSql libQtNetwork libQtGui zlib"
     1.5  BUILD_DEPENDS="gettext perl cmake libboost-dev libboost-thread-dev mesa-dev qt4 Qt4-dev qmake zlib-dev pkg-config xorg-libX11-dev"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -WEB_SITE="http://steelarium.free.fr/"
     1.8 +WEB_SITE="http://www.stellarium.org/"
     1.9  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12 @@ -16,8 +16,8 @@
    1.13  {
    1.14  	cd $src
    1.15  	cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE || return 1
    1.16 -	make || return 1
    1.17 -	make && make DESTDIR=$PWD/_pkg install
    1.18 +	make
    1.19 +	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.