A meta-pkg for amanda, requested by Hubert Feyrer.
This commit is contained in:
parent
2d178604c1
commit
2678c7a67d
8 changed files with 70 additions and 0 deletions
24
misc/amanda/Makefile
Normal file
24
misc/amanda/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.22 1999/02/24 10:44:51 bouyer Exp $
|
||||
# FreeBSD Id: Makefile,v 1.2 1997/11/27 00:47:46 se Exp
|
||||
#
|
||||
|
||||
DISTNAME= amanda-2.4.1p1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://www.amanda.org/
|
||||
|
||||
DEPENDS+= amanda-client-2.4.1p1:../amanda-client
|
||||
DEPENDS+= amanda-server-2.4.1p1:../amanda-server
|
||||
|
||||
EXTRACT_ONLY= # empty
|
||||
NO_CHECKSUM= yes
|
||||
NO_PATCH= yes
|
||||
NO_CONFIGURE= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install: # empty
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
misc/amanda/pkg/COMMENT
Normal file
1
misc/amanda/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
The "meta-package" for Amanda, a network backup system.
|
8
misc/amanda/pkg/DESCR
Normal file
8
misc/amanda/pkg/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
Amanda is a backup system designed to archive many computers on a network to a
|
||||
single large-capacity tape drive.
|
||||
|
||||
This package does not contain anything by itself -- it is a
|
||||
"meta-package" that depends on the amanda-client and amanda-server packages.
|
||||
Its purpose is to require dependencies so users can install this package only
|
||||
and have the the complete Amanda software pulled in by the port/package
|
||||
dependency mechanism.
|
2
misc/amanda/pkg/PLIST
Normal file
2
misc/amanda/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.9 1999/02/24 10:44:51 bouyer Exp $
|
||||
@comment this plist intentionally left empty
|
24
sysutils/amanda/Makefile
Normal file
24
sysutils/amanda/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.22 1999/02/24 10:44:51 bouyer Exp $
|
||||
# FreeBSD Id: Makefile,v 1.2 1997/11/27 00:47:46 se Exp
|
||||
#
|
||||
|
||||
DISTNAME= amanda-2.4.1p1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://www.amanda.org/
|
||||
|
||||
DEPENDS+= amanda-client-2.4.1p1:../amanda-client
|
||||
DEPENDS+= amanda-server-2.4.1p1:../amanda-server
|
||||
|
||||
EXTRACT_ONLY= # empty
|
||||
NO_CHECKSUM= yes
|
||||
NO_PATCH= yes
|
||||
NO_CONFIGURE= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install: # empty
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
sysutils/amanda/pkg/COMMENT
Normal file
1
sysutils/amanda/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
The "meta-package" for Amanda, a network backup system.
|
8
sysutils/amanda/pkg/DESCR
Normal file
8
sysutils/amanda/pkg/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
Amanda is a backup system designed to archive many computers on a network to a
|
||||
single large-capacity tape drive.
|
||||
|
||||
This package does not contain anything by itself -- it is a
|
||||
"meta-package" that depends on the amanda-client and amanda-server packages.
|
||||
Its purpose is to require dependencies so users can install this package only
|
||||
and have the the complete Amanda software pulled in by the port/package
|
||||
dependency mechanism.
|
2
sysutils/amanda/pkg/PLIST
Normal file
2
sysutils/amanda/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.9 1999/02/24 10:44:51 bouyer Exp $
|
||||
@comment this plist intentionally left empty
|
Loading…
Reference in a new issue