wok-next view m4/receipt @ rev 19568

Up: m4, make, patch, perl, sed, tar, texinfo, util-linux, xz. The end of the Chapter 5.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Dec 21 23:21:13 2016 +0200 (2016-12-21)
parents ff335549cb5f
children 7387df590f12
line source
1 # SliTaz package receipt.
3 PACKAGE="m4"
4 VERSION="1.4.17"
5 CATEGORY="development"
6 SHORT_DESC="GNU traditional Unix macro processor."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnu.org/software/m4/m4.html"
10 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 DEPENDS="glibc-base"
16 BUILD_DEPENDS=""
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure $CONFIGURE_ARGS && make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cook_copy_files m4
28 }