wok-4.x diff sakura/receipt @ rev 4954
xarchive: add lrzip support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 17 16:44:15 2010 +0100 (2010-02-17) |
parents | 0b02072d7f48 |
children | bac7a17e05d2 |
line diff
1.1 --- a/sakura/receipt Mon Mar 16 22:38:09 2009 +0000 1.2 +++ b/sakura/receipt Wed Feb 17 16:44:15 2010 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt 1.5 1.6 PACKAGE="sakura" 1.7 -VERSION="2.3.2" 1.8 +VERSION="2.3.6" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Lightweight GTK+/vte Terminal" 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -17,6 +17,8 @@ 1.13 cd $src 1.14 cmake -DCMAKE_INSTALL_PREFIX=/usr . && 1.15 sed -i 's/$/ -lncurses/' CMakeFiles/sakura.dir/link.txt && 1.16 + sed -i 's/-u//' CMakeLists.txt && 1.17 + sed -i 's/-u//' CMakeFiles/man.dir/build.make && 1.18 make && 1.19 make DESTDIR=$PWD/_pkg install 1.20 }