wok-6.x diff spandsp/receipt @ rev 12030
stella: move post_install code to genpkg_rules. It's far better to run a command once on the builder than on install on each of our computer.
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Mar 06 22:40:08 2012 +0100 (2012-03-06) |
parents | 4db1923f131d |
children | de5c76813d78 |
line diff
1.1 --- a/spandsp/receipt Fri Mar 04 09:48:40 2011 +0100 1.2 +++ b/spandsp/receipt Tue Mar 06 22:40:08 2012 +0100 1.3 @@ -14,7 +14,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr && 1.8 + ./configure --prefix=/usr $CONFIGURE_ARGS && 1.9 make -j1 && 1.10 make -j1 install 1.11 }