wok-next view m4/receipt @ rev 20642

fix grub2-efi arch for x86_64 (thanks alanyih)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 01 15:45:21 2018 +0200 (2018-05-01)
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 }