Zlib addon for Io.
This commit is contained in:
parent
4687a95f8c
commit
f260ccb5a9
4 changed files with 33 additions and 0 deletions
1
io-zlib/DESCR
Normal file
1
io-zlib/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Zlib addon for Io.
|
16
io-zlib/Makefile
Normal file
16
io-zlib/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/09/07 00:00:30 milosn Exp $
|
||||
|
||||
.include "../../wip/io/version.mk"
|
||||
|
||||
PKGNAME= io-zlib-${IO_VERSION}
|
||||
PKGREVISION= 0
|
||||
CATEGORIES= archivers
|
||||
|
||||
MAINTAINER= milos.negovanovic@googlemail.com
|
||||
HOMEPAGE= www.iolanguage.com
|
||||
COMMENT= Zlib addon for Io.
|
||||
|
||||
ADDON_NAME= Zlib
|
||||
|
||||
.include "../../wip/io/addon.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
11
io-zlib/PLIST
Normal file
11
io-zlib/PLIST
Normal file
|
@ -0,0 +1,11 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2008/09/07 00:00:30 milosn Exp $
|
||||
lib/io/addons/Zlib/_build/dll/libIoZlib.so
|
||||
lib/io/addons/Zlib/_build/lib/libIoZlib.a
|
||||
lib/io/addons/Zlib/build.io
|
||||
lib/io/addons/Zlib/depends
|
||||
lib/io/addons/Zlib/io/Zlib.io
|
||||
@dirrm lib/io/addons/Zlib/io
|
||||
@dirrm lib/io/addons/Zlib/_build/lib
|
||||
@dirrm lib/io/addons/Zlib/_build/dll
|
||||
@dirrm lib/io/addons/Zlib/_build
|
||||
@dirrm lib/io/addons/Zlib
|
5
io-zlib/distinfo
Normal file
5
io-zlib/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/09/07 00:00:30 milosn Exp $
|
||||
|
||||
SHA1 (io-20080904.tar.bz2) = cd42e2849ee038d7cfca14a93845c5616debe844
|
||||
RMD160 (io-20080904.tar.bz2) = 57e375041e2b3d5ce056cb3343f33e80d559894f
|
||||
Size (io-20080904.tar.bz2) = 21497037 bytes
|
Loading…
Reference in a new issue