Subject: Re: packages with multiple tarballs
To: None <tech-pkg@netbsd.org>
From: Matthias Scheler <tron@zhadum.de>
List: tech-pkg
Date: 02/01/2000 12:22:41
In article <200001300419.OAA08248@dingo.ping.net.au>,
Berndt Josef Wulf <wulf@ping.net.au> writes:
> What is is the mechanism to fetch both tarballs and incoperating them into
> one package?
The "DISTFILES" variable.
> Are there any other packages already doing this?
Sure:
# $NetBSD: Makefile,v 1.22 1999/09/19 22:27:36 kim Exp $
# FreeBSD Id: Makefile,v 1.26 1997/06/27 23:03:27 ache Exp
#
V= 2.03
DV= 2.03
DISTNAME= bash-${V}
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \
ftp://slc2.ins.cwru.edu/pub/dist/
DISTFILES= bash-${V}.tar.gz bash-doc-${DV}.tar.gz
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/bash/bash.html
GNU_CONFIGURE= yes
USE_GTEXINFO= yes
Kind regards
--
Matthias Scheler http://www.sighardstrasse.de/~tron/