mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 0.614
PR: ports/169879 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
This commit is contained in:
parent
a7be2eb8dc
commit
1193999809
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302121
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= lrzip
|
||||
PORTVERSION= 0.608
|
||||
PORTVERSION= 0.614
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= http://ck.kolivas.org/apps/lrzip/ \
|
||||
http://files.gslin.org/Software/
|
||||
@ -20,12 +20,14 @@ BUILD_DEPENDS= nasm>=0:${PORTSDIR}/devel/nasm
|
||||
LIB_DEPENDS= lzo2:${PORTSDIR}/archivers/lzo2
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+= --enable-asm
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack
|
||||
USE_PERL5_BUILD= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN1= lrunzip.1 \
|
||||
lrzcat.1 \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (lrzip-0.608.tar.bz2) = e7970e19fe09ecd21b2b15cab89692ccc32ba31381026fd521a371422aea6810
|
||||
SIZE (lrzip-0.608.tar.bz2) = 435697
|
||||
SHA256 (lrzip-0.614.tar.bz2) = 65024d69d1773f3ccf84508a481d7de128c03d1cf9750b5803aead4a24522763
|
||||
SIZE (lrzip-0.614.tar.bz2) = 491995
|
||||
|
@ -24,5 +24,11 @@ bin/lrzcat
|
||||
bin/lrzip
|
||||
bin/lrztar
|
||||
bin/lrzuntar
|
||||
include/Lrzip.h
|
||||
lib/liblrzip.a
|
||||
lib/liblrzip.la
|
||||
lib/liblrzip.so
|
||||
lib/liblrzip.so.0
|
||||
libdata/pkgconfig/lrzip.pc
|
||||
@dirrm %%DOCSDIR%%/lzma
|
||||
@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user