wok-stable diff sakura/receipt @ rev 7560
Added /usr/share/aclocal to mysql-dev package.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Dec 08 11:09:32 2010 +0000 (2010-12-08) |
parents | 91e4159dad79 |
children | af9a1b47948c |
line diff
1.1 --- a/sakura/receipt Tue Jan 05 15:58:44 2010 +0100 1.2 +++ b/sakura/receipt Wed Dec 08 11:09:32 2010 +0000 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt 1.5 1.6 PACKAGE="sakura" 1.7 -VERSION="2.3.6" 1.8 +VERSION="2.3.8" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Lightweight GTK+/vte Terminal" 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="gtk+ vte xorg-libXdamage" 1.13 -BUILD_DEPENDS="gtk+-dev vte-dev cmake" 1.14 +BUILD_DEPENDS="gtk+-dev vte-dev gettext cmake" 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 WEB_SITE="http://pleyades.net/david/sakura.php" 1.17 WGET_URL="http://pleyades.net/david/projects/sakura/$TARBALL" 1.18 @@ -15,7 +15,7 @@ 1.19 compile_rules() 1.20 { 1.21 cd $src 1.22 - cmake -DCMAKE_INSTALL_PREFIX=/usr . && 1.23 + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE . && 1.24 sed -i 's/$/ -lncurses/' CMakeFiles/sakura.dir/link.txt && 1.25 sed -i 's/-u//' CMakeLists.txt && 1.26 sed -i 's/-u//' CMakeFiles/man.dir/build.make &&