wok-current view firmware-mod-kit/receipt @ rev 18092
slitaz-menus: add hr, is, ja, nl, nb, nn, fi and tr translations according to matchbox-common-0.9.1.tazpkg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 25 22:35:22 2015 +0200 (2015-05-25) |
parents | 153f3ed96c2d |
children | 775714eeb4c8 |
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"
13 DEPENDS="liblzma zlib bash python-magic coreutils-file-special"
14 BUILD_DEPENDS="liblzma-dev zlib-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src/src
20 ./configure --prefix=/usr --infodir=/usr/share/info \
21 --mandir=/usr/share/man \
22 $CONFIGURE_ARGS && make -j 1
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
29 mkdir -p $fs/usr/share
30 cp -a $src $fs/usr/share/firmware-mod-kit
31 }