wok-next view autoconf213/receipt @ rev 20405

Follow BLFS Chapter 9 "General Libraries": up apr, apr-util, aspell, autoconf213 (for js), dbus-glib, enchant, exempi, fftw, glib, glibmm, gmime, gobject-introspection, gsl, js, libboost.

js is 39.7MB / 87.6MB now. Looks like it's proper time to kick off polkit (Hi, Xander! You was right.)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 07 17:39:40 2017 +0200 (2017-12-07)
parents 9a17d981d0f7
children 0e7893ac206d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="autoconf213"
4 VERSION="2.13"
5 CATEGORY="development"
6 SHORT_DESC="A GNU tool for automatically configuring source code"
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.gnu.org/software/autoconf/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/autoconf213.html"
12 TARBALL="autoconf-$VERSION.tar.gz"
13 WGET_URL="http://ftpmirror.gnu.org/autoconf/$TARBALL"
15 BUILD_DEPENDS="m4 perl sed"
17 compile_rules() {
18 ./configure \
19 --prefix=/usr \
20 --program-suffix=-2.13 &&
21 make &&
22 make prefix="$DESTDIR/usr" install
23 }
25 genpkg_rules() {
26 copy @std @dev
27 DEPENDS="m4 perl"
28 }