Initial import of unzoo 4.4 into the NetBSD packages collection as
archivers/unzoo. unzoo is a public domain zoo archive extractor.
This commit is contained in:
parent
240bcd2fc5
commit
bbe6a86183
4 changed files with 32 additions and 0 deletions
1
archivers/unzoo/DESCR
Normal file
1
archivers/unzoo/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
unzoo is a public domain zoo archive extractor.
|
25
archivers/unzoo/Makefile
Normal file
25
archivers/unzoo/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2002/12/23 01:56:43 cjep Exp $
|
||||
#
|
||||
|
||||
DISTNAME= unzoo.c
|
||||
PKGNAME= unzoo-4.4
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= ftp://ftp.math.rwth-aachen.de/pub/gap/gap4/util/
|
||||
EXTRACT_SUFX= # defined
|
||||
|
||||
MAINTAINER= cjep@netbsd.org
|
||||
COMMENT= Extract zoo archives
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
USE_BUILDLINK2= YES
|
||||
|
||||
do-extract:
|
||||
${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && ${CC} ${CFLAGS} -DSYS_IS_UNIX -DSYS_HAS_MKDIR -o unzoo unzoo.c
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/unzoo ${PREFIX}/bin
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
archivers/unzoo/PLIST
Normal file
2
archivers/unzoo/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/23 01:56:43 cjep Exp $
|
||||
bin/unzoo
|
4
archivers/unzoo/distinfo
Normal file
4
archivers/unzoo/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2002/12/23 01:56:43 cjep Exp $
|
||||
|
||||
SHA1 (unzoo.c) = 99a6e9922ccdf5d454c78d3a514d5e33ae17562d
|
||||
Size (unzoo.c) = 115328 bytes
|
Loading…
Reference in a new issue