wok-next rev 15058
cocoalib: create Makefile_dependencies
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 13 10:39:24 2013 +0000 (2013-08-13) |
parents | 26d6480cadd4 |
children | 08901e2b9d77 |
files | cocoalib/receipt |
line diff
1.1 --- a/cocoalib/receipt Tue Aug 13 10:34:38 2013 +0000 1.2 +++ b/cocoalib/receipt Tue Aug 13 10:39:24 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="misc" 1.5 SHORT_DESC="CoCoALib is a GPL C++ library for doing Computations in Commutative Algebra" 1.6 MAINTAINER="al.bobylev@gmail.com" 1.7 +LICENSE="GPL3" 1.8 WEB_SITE="http://cocoa.dima.unige.it/cocoalib/" 1.9 TARBALL="CoCoALib-$VERSION.tgz" 1.10 WGET_URL="${WEB_SITE}tgz/$TARBALL" 1.11 @@ -17,6 +18,7 @@ 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 + touch -d 197001010000 src/CoCoA*/Makefile_dependencies 1.16 ./configure $CONFIGURE_ARGS && make library 1.17 # INSTALL TARGET for CoCoALib NOT YET IMPLEMENTED 1.18 }