wok-6.x diff libnl/receipt @ rev 16377
Add flrec - Audio recorder
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 15 00:52:16 2014 +0200 (2014-04-15) |
parents | c7df6249e093 |
children | fa39e0a3612e |
line diff
1.1 --- a/libnl/receipt Wed Feb 12 22:53:55 2014 +0100 1.2 +++ b/libnl/receipt Tue Apr 15 00:52:16 2014 +0200 1.3 @@ -9,14 +9,16 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://people.suug.ch/~tgr/libnl" 1.6 WGET_URL="$WEB_SITE/files/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 +# Cross compile needs host flex 1.10 BUILD_DEPENDS="flex" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 - ./configure && make && make install 1.17 + ./configure $CONFIGURE_ARGS && 1.18 + make && make install 1.19 } 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg.