wok-stable diff cmake/receipt @ rev 982
packages patching /etc/daemons.conf depends on slitaz-base-files
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 30 22:31:55 2008 +0000 (2008-06-30) |
parents | b61b574cf78e |
children | 3d99ecce2d4b |
line diff
1.1 --- a/cmake/receipt Wed Feb 13 00:25:19 2008 +0100 1.2 +++ b/cmake/receipt Mon Jun 30 22:31:55 2008 +0000 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 +}