# HG changeset patch # User Christophe Lincoln # Date 1210877496 -7200 # Node ID e47d0b9e8a1e7af3749a59acc6fe8acb9c97cb7c # Parent 252084f1cb73e049952860bc95f4ed9bf6a1e721 Up: cmake (2.6.0) diff -r 252084f1cb73 -r e47d0b9e8a1e cmake/receipt --- a/cmake/receipt Thu May 15 20:50:50 2008 +0200 +++ b/cmake/receipt Thu May 15 20:51:36 2008 +0200 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="cmake" -VERSION="2.4.7" +VERSION="2.6.0" CATEGORY="development" SHORT_DESC="Cross-platform Make." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.cmake.org/" -WGET_URL="http://www.cmake.org/files/v2.4/$TARBALL" +WGET_URL="http://www.cmake.org/files/v2.6/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -27,5 +27,9 @@ { cp -a $_pkg/* $fs rm -rf $fs/usr/share/man - strip -s $fs/usr/bin/* } + +pre_install() +{ + rm -rf $1/usr/share/cmake-2.4 +}