wok-next view make/receipt @ rev 20533

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
parents 9a17d981d0f7
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="make"
4 VERSION="4.2.1"
5 CATEGORY="development"
6 SHORT_DESC="GNU Make to generate executables and other files from source"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnu.org/software/make/"
10 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/make.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 BUILD_DEPENDS="gettext"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS && make && make install
19 }
21 genpkg_rules() {
22 copy @std
23 TAGS="LFS"
24 }