wok diff cmake/receipt @ rev 15724

Move to undigest: php-cups fotoxx printoxx gtkaml v4l-dvb
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 26 14:11:39 2013 +0000 (2013-12-26)
parents 8bb42e2bb5e4
children 277131750c7d
line diff
     1.1 --- a/cmake/receipt	Mon Oct 17 02:12:49 2011 +0000
     1.2 +++ b/cmake/receipt	Thu Dec 26 14:11:39 2013 +0000
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Cross-platform Make."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="openssl libidn gcc-lib-base"
     1.8 -BUILD_DEPENDS="ncurses-dev gcc-lib-base"
     1.9 +LICENSE="BSD"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.cmake.org/"
    1.12  WGET_URL="http://www.cmake.org/files/v2.8/$TARBALL"
    1.13  
    1.14 +DEPENDS="openssl libidn gcc-lib-base"
    1.15 +BUILD_DEPENDS="ncurses-dev gcc-lib-base"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -26,7 +28,7 @@
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	cp -a $_pkg/usr $fs
    1.25 +	cp -a $install/usr $fs
    1.26  	rm -rf $fs/usr/share/man
    1.27  }
    1.28