wok-6.x diff rogue/receipt @ rev 17838
mc: update [b]deps, tazpanel: revert version (brocken packages css)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Mar 23 14:16:56 2015 +0100 (2015-03-23) |
parents | 23c3aed67cd9 |
children | d3eb5f4b53ea |
line diff
1.1 --- a/rogue/receipt Thu Dec 05 20:23:08 2013 +0000 1.2 +++ b/rogue/receipt Mon Mar 23 14:16:56 2015 +0100 1.3 @@ -16,8 +16,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 -# mv $WOK/$PACKAGE/$PACKAGE$VERSION $src 1.8 - cd $src 1.9 + export LDFLAGS="$LDFLAGS -ltinfo" 1.10 ./configure \ 1.11 --prefix=/usr \ 1.12 --mandir=/usr/share/man \ 1.13 @@ -45,4 +44,3 @@ 1.14 sed -i 's/Exec.*/Exec=xterm -e rogue/' $src/rogue.desktop 1.15 cp -a $src/rogue.desktop $fs/usr/share/applications 1.16 } 1.17 -