wok-next view autoconf213/receipt @ rev 20449

xcb-proto is obsolete -> xorg-xcb-proto
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 28 14:08:05 2018 +0200 (2018-02-28)
parents ab7c63b80420
children f0bf21e1abf7
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 }