wok-next rev 13105
aubio: Clean up.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Jun 26 18:39:24 2012 +0000 (2012-06-26) |
parents | f465ac8d90b8 |
children | 6292059c6dad |
files | aubio/receipt |
line diff
1.1 --- a/aubio/receipt Tue Jun 26 18:38:08 2012 +0000 1.2 +++ b/aubio/receipt Tue Jun 26 18:39:24 2012 +0000 1.3 @@ -17,11 +17,12 @@ 1.4 libvorbis-dev" 1.5 1.6 # Rules to configure and make the package. 1.7 -compile_rules() { 1.8 - cd $src 1.9 - ./configure --prefix=/usr $CONFIGURE_ARGS && 1.10 - make -j1 && 1.11 - make -j1 install 1.12 +compile_rules() 1.13 +{ 1.14 + cd $src 1.15 + ./configure --prefix=/usr $CONFIGURE_ARGS && 1.16 + make -j1 && 1.17 + make -j1 install 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg.