wok-next annotate m4/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents f463de72afe3
children d5aab818505e
rev   line source
al@19743 1 # SliTaz package receipt v2.
pankso@19 2
pankso@19 3 PACKAGE="m4"
al@19743 4 VERSION="1.4.18"
pankso@204 5 CATEGORY="development"
al@19743 6 SHORT_DESC="GNU traditional Unix macro processor"
pankso@19 7 MAINTAINER="pankso@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
al@19568 9 WEB_SITE="https://www.gnu.org/software/m4/m4.html"
al@20436 10 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/m4.html"
al@19568 11
pankso@19 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@19 13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
pankso@19 14
al@20436 15 compile_rules() {
al@19568 16 ./configure $CONFIGURE_ARGS && make && make install
pankso@19 17 }
pankso@19 18
al@20436 19 genpkg_rules() {
al@20436 20 copy @std
al@20436 21 DEPENDS="glibc-base"
al@20436 22 TAGS="LFS"
pankso@19 23 }