wok-next diff firmware-mod-kit/receipt @ rev 19890
iptstate, tint2, waterline-plugin-multiload: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 11 15:11:57 2017 +0200 (2017-10-11) |
parents | 07eb534c4186 |
children | 0fcf48f89432 |
line diff
1.1 --- a/firmware-mod-kit/receipt Sun Aug 18 18:10:49 2013 +0000 1.2 +++ b/firmware-mod-kit/receipt Wed Oct 11 15:11:57 2017 +0200 1.3 @@ -6,9 +6,10 @@ 1.4 SHORT_DESC="Scripts and utilities to rebuild openwrt based images." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="MIT" 1.7 +WEB_SITE="https://code.google.com/archive/p/$PACKAGE/" 1.8 + 1.9 TARBALL="fmk_$VERSION.tar.gz" 1.10 -WEB_SITE="http://code.google.com/p/$PACKAGE/" 1.11 -WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" 1.12 +WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$PACKAGE/$TARBALL" 1.13 1.14 DEPENDS="liblzma zlib bash python-magic coreutils-file-special" 1.15 BUILD_DEPENDS="liblzma-dev zlib-dev" 1.16 @@ -17,15 +18,14 @@ 1.17 compile_rules() 1.18 { 1.19 cd $src/src 1.20 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.21 - --mandir=/usr/share/man \ 1.22 - $CONFIGURE_ARGS && make -j 1 1.23 + ./configure $CONFIGURE_ARGS && make -j1 1.24 + 1.25 + mkdir -p $install/usr/share 1.26 + cp -a $src $install/usr/share/firmware-mod-kit 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 - 1.33 - mkdir -p $fs/usr/share 1.34 - cp -a $src $fs/usr/share/firmware-mod-kit 1.35 + cp -a $install/* $fs 1.36 }