wok-next view m4/receipt @ rev 20779

typo
author Erkan Yilmaz <erkan@slitaz.org>
date Fri Jun 08 09:48:36 2018 +0000 (2018-06-08)
parents f463de72afe3
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="m4"
4 VERSION="1.4.18"
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 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/m4.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 compile_rules() {
16 ./configure $CONFIGURE_ARGS && make && make install
17 }
19 genpkg_rules() {
20 copy @std
21 DEPENDS="glibc-base"
22 TAGS="LFS"
23 }