wok rev 794

Up: cmake (2.6.0)
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 15 20:51:36 2008 +0200 (2008-05-15)
parents 252084f1cb73
children dddbb5300635
files cmake/receipt
line diff
     1.1 --- a/cmake/receipt	Thu May 15 20:50:50 2008 +0200
     1.2 +++ b/cmake/receipt	Thu May 15 20:51:36 2008 +0200
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cmake"
     1.7 -VERSION="2.4.7"
     1.8 +VERSION="2.6.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Cross-platform Make."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13  WEB_SITE="http://www.cmake.org/"
    1.14 -WGET_URL="http://www.cmake.org/files/v2.4/$TARBALL"
    1.15 +WGET_URL="http://www.cmake.org/files/v2.6/$TARBALL"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19 @@ -27,5 +27,9 @@
    1.20  {
    1.21  	cp -a $_pkg/* $fs
    1.22  	rm -rf $fs/usr/share/man
    1.23 -	strip -s $fs/usr/bin/*
    1.24  }
    1.25 +
    1.26 +pre_install()
    1.27 +{
    1.28 +	rm -rf $1/usr/share/cmake-2.4
    1.29 +}