This package includes a thin wrapper library of LZMA SDK.
WWW: http://tokyocabinet.sourceforge.net/
This commit is contained in:
parent
40b4b23017
commit
64cb485aa6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220504
5 changed files with 33 additions and 0 deletions
|
@ -60,6 +60,7 @@
|
|||
SUBDIR += linux-ucl
|
||||
SUBDIR += linux-upx
|
||||
SUBDIR += lzma
|
||||
SUBDIR += lzmalib
|
||||
SUBDIR += lzmautils
|
||||
SUBDIR += lzo
|
||||
SUBDIR += lzo2
|
||||
|
|
20
archivers/lzmalib/Makefile
Normal file
20
archivers/lzmalib/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: lzmalib
|
||||
# Date created: 2008-09-22
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= lzmalib
|
||||
PORTVERSION= 0.0.1
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= http://tokyocabinet.sourceforge.net/misc/
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= Thin wrapper library of LZMA
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
archivers/lzmalib/distinfo
Normal file
3
archivers/lzmalib/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (lzmalib-0.0.1.tar.gz) = a9176f6b6521837eba08a3a97df841a7
|
||||
SHA256 (lzmalib-0.0.1.tar.gz) = 2b0803ee26c1ee267ba1ecf6818c62ced07ad392556fcd416271e5521f95f79a
|
||||
SIZE (lzmalib-0.0.1.tar.gz) = 112202
|
3
archivers/lzmalib/pkg-descr
Normal file
3
archivers/lzmalib/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This package includes a thin wrapper library of LZMA SDK.
|
||||
|
||||
WWW: http://tokyocabinet.sourceforge.net/
|
6
archivers/lzmalib/pkg-plist
Normal file
6
archivers/lzmalib/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
bin/lzmacmd
|
||||
include/lzmalib.h
|
||||
lib/liblzma.a
|
||||
lib/liblzma.so
|
||||
lib/liblzma.so.1
|
||||
lib/liblzma.so.1.1.0
|
Loading…
Reference in a new issue