wok-6.x diff ntpclient/receipt @ rev 16478
Up xpaint + libXaw3dXft and add to ARM (would be nice to have a small paint tool in next R-Pi release
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 23 01:56:24 2014 +0200 (2014-04-23) |
parents | 7d672a2330b8 |
children | a5192a6e0733 |
line diff
1.1 --- a/ntpclient/receipt Wed Apr 23 01:06:05 2014 +0200 1.2 +++ b/ntpclient/receipt Wed Apr 23 01:56:24 2014 +0200 1.3 @@ -11,15 +11,11 @@ 1.4 WGET_URL="http://doolittle.icarus.com/ntpclient/$TARBALL" 1.5 HOST_ARCH="i486 arm" 1.6 1.7 -DEPENDS="" 1.8 - 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 { 1.12 - cd $src 1.13 - 1.14 # disable debug 1.15 - sed -i 's/\(^CFLAGS += -DENABLE_DEBUG\)/#\1/' Makefile 1.16 + sed -i 's/\(^CFLAGS += -DENABLE_DEBUG\)/#\1/' Makefile && 1.17 make 1.18 } 1.19