wok-next annotate m4/receipt @ rev 20004
gigolo, gmerlin, gnome-commander, gnome-hearts, goffice, grisbi, gsynaptics, gtkhotkey, gtklp, guvcview, gvolwheel: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 21 10:54:42 2017 +0200 (2017-10-21) |
parents | 7387df590f12 |
children | 90a5eb560fd6 |
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@19568 | 10 HOST_ARCH="i486 arm" |
al@19568 | 11 |
pankso@19 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pankso@19 | 13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" |
pankso@19 | 14 |
slaxemulator@10372 | 15 DEPENDS="glibc-base" |
pankso@12811 | 16 BUILD_DEPENDS="" |
slaxemulator@10418 | 17 |
pankso@19 | 18 # Rules to configure and make the package. |
pankso@19 | 19 compile_rules() |
pankso@19 | 20 { |
al@19568 | 21 ./configure $CONFIGURE_ARGS && make && make install |
pankso@19 | 22 } |
pankso@19 | 23 |
pankso@19 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@19 | 25 genpkg_rules() |
pankso@19 | 26 { |
al@19783 | 27 copy m4 |
pankso@19 | 28 } |