wok annotate m4/receipt @ rev 9398

dahdi-tools: needs -j1
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 26 22:00:09 2011 +0100 (2011-03-26)
parents db11cb5cb895
children 1a839851e167
rev   line source
pankso@19 1 # SliTaz package receipt.
pankso@19 2
pankso@19 3 PACKAGE="m4"
slaxemulator@8967 4 VERSION="1.4.16"
pankso@204 5 CATEGORY="development"
pankso@19 6 SHORT_DESC="GNU traditional Unix macro processor."
pankso@19 7 MAINTAINER="pankso@slitaz.org"
gokhlayeh@8198 8 DEPENDS="glibc-base"
gokhlayeh@8198 9 BUILD_DEPENDS="gcc"
pankso@19 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@19 11 WEB_SITE="http://www.gnu.org/software/m4/"
pankso@19 12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
pankso@19 13
pankso@19 14 # Rules to configure and make the package.
pankso@19 15 compile_rules()
pankso@19 16 {
pankso@19 17 cd $src
gokhlayeh@8198 18 ./configure && make && make install
pankso@19 19 }
pankso@19 20
pankso@19 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@19 22 genpkg_rules()
pankso@19 23 {
pankso@19 24 mkdir -p $fs/usr
pankso@19 25 cp -a $_pkg/usr/bin $fs/usr
pankso@19 26 }