wok view firmware-mod-kit/receipt @ rev 19974

Up: tor (0.3.0.8), privoxy (3.0.26-stable),
get-palemoon (27.3.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jun 08 21:57:08 2017 +0200 (2017-06-08)
parents 07eb534c4186
children 2b4a27117cfb
line source
1 # SliTaz package receipt.
3 PACKAGE="firmware-mod-kit"
4 VERSION="099"
5 CATEGORY="misc"
6 SHORT_DESC="Scripts and utilities to rebuild openwrt based images."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 TARBALL="fmk_$VERSION.tar.gz"
10 WEB_SITE="http://code.google.com/p/$PACKAGE/"
11 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
12 TAGS="openwrt"
14 DEPENDS="liblzma zlib bash python-magic coreutils-file-special"
15 BUILD_DEPENDS="liblzma-dev zlib-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src/src
21 ./configure --prefix=/usr --infodir=/usr/share/info \
22 --mandir=/usr/share/man \
23 $CONFIGURE_ARGS && make -j 1
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
30 mkdir -p $fs/usr/share
31 cp -a $src $fs/usr/share/firmware-mod-kit
32 }