wok-6.x diff libmcs/receipt @ rev 12007
arora: add desktop and icon from src tarball. add description file
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Mon Mar 05 13:59:52 2012 -0800 (2012-03-05) |
parents | fa0fb58bdd9f |
children | 8f447cf2eee5 |
line diff
1.1 --- a/libmcs/receipt Tue May 17 22:21:54 2011 +0200 1.2 +++ b/libmcs/receipt Mon Mar 05 13:59:52 2012 -0800 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libmcs" 1.7 -VERSION="0.7.1" 1.8 +VERSION="0.7.2" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Library for configuration storage" 1.11 MAINTAINER="mimas@slitaz.org" 1.12 @@ -15,9 +15,10 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure && 1.17 - make && 1.18 - make DESTDIR=$DESTDIR install 1.19 + sed -i "s/touch -t 0001010000 /touch /g" configure 1.20 + ./configure $CONFIGURE_ARGS && 1.21 + make && 1.22 + make DESTDIR=$DESTDIR install 1.23 } 1.24 1.25 # Rules to gen a SliTaz package suitable for Tazpkg. 1.26 @@ -27,6 +28,5 @@ 1.27 cp -a $_pkg/usr/bin $fs/usr 1.28 cp -a $_pkg/usr/lib/libmcs.so* $fs/usr/lib/ 1.29 cp -a $_pkg/usr/lib/mcs $fs/usr/lib/ 1.30 - 1.31 } 1.32