wok view m4/receipt @ rev 5503

Up: claws-mail-vcalendar (2.0.8)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat May 08 09:28:50 2010 +0200 (2010-05-08)
parents 864dfe91a1df
children 314aaa73e1d5
line source
1 # SliTaz package receipt.
3 PACKAGE="m4"
4 VERSION="1.4.13"
5 CATEGORY="development"
6 SHORT_DESC="GNU traditional Unix macro processor."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.gnu.org/software/m4/"
10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 ./configure --prefix=/usr --infodir=/usr/share/info \
17 --mandir=/usr/share/man $CONFIGURE_ARGS &&
18 make &&
19 make DESTDIR=$PWD/_pkg install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $_pkg/usr/bin $fs/usr
27 }