wok diff gdbm/receipt @ rev 18700
jpilot: build workaround (cooker/tazpkg needs investigations)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 16 10:12:38 2015 +0100 (2015-12-16) |
parents | 2b9f96603415 |
children | 973dd2ac59de |
line diff
1.1 --- a/gdbm/receipt Sat Aug 10 13:52:56 2013 +0000 1.2 +++ b/gdbm/receipt Wed Dec 16 10:12:38 2015 +0100 1.3 @@ -9,15 +9,15 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.gnu.org/software/gdbm" 1.6 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 -DEPENDS="glibc-base" 1.10 -BUILD_DEPENDS="gcc" 1.11 +DEPENDS="" 1.12 +BUILD_DEPENDS="" 1.13 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 { 1.17 - cd $src 1.18 - sed -i -e 's/BINOWN = bin/BINOWN = root/' \ 1.19 + sed -i -e 's/BINOWN = bin/BINOWN = root/' \ 1.20 -e 's/BINGRP = bin/BINGRP = root/' Makefile.in 1.21 ./configure $CONFIGURE_ARGS && 1.22 make &&