mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
De-Lint recipes.
* nasm Improved DESCRIPTION Re-ordering blocks * naspro Removed "." from SUMMARY Re-ordering blocks * netpbm Improved DESCRIPTION, COPYRIGHT Re-ordering blocks * netperf Removed "." from SUMMARY Re-ordering blocks * neverball Removed "." from SUMMARY Re-ordering blocks * nginx Improved DESCRIPTION Re-ordering blocks * nss Removed "." from SUMMARY Re-ordering blocks
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
SUMMARY="A fast, simple LZW file compressor."
|
||||
SUMMARY="A fast, simple LZW file compressor"
|
||||
DESCRIPTION="Compress is a fast, simple LZW file compressor. Compress does not \
|
||||
have the highest compression rate, but it is one of the fastest programs to \
|
||||
compress data. Compress is the defacto standard in the UNIX community for \
|
||||
compressing files."
|
||||
LICENSE="Public Domain"
|
||||
HOMEPAGE="http://ncompress.sourceforge.net/"
|
||||
COPYRIGHT="Mike Frysinger
|
||||
Spencer W. Thomas
|
||||
Jim McKie
|
||||
@@ -13,29 +13,34 @@ COPYRIGHT="Mike Frysinger
|
||||
Joe Orost
|
||||
Dave Mack
|
||||
Peter Jannesen"
|
||||
HOMEPAGE="http://ncompress.sourceforge.net/"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
LICENSE="Public Domain"
|
||||
REVISION="1"
|
||||
|
||||
SOURCE_URI="http://sourceforge.net/projects/ncompress/files/ncompress-4.2.4.4.tar.gz"
|
||||
CHECKSUM_SHA256="b00ba28d3f332b38aa75478a15c1b789957aa6c02d6453471f452c0ec3e6517a"
|
||||
PATCHES="ncompress-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
ncompress = $portVersion
|
||||
cmd:compress
|
||||
cmd:zcat
|
||||
cmd:zmore
|
||||
"
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:cpio
|
||||
cmd:find
|
||||
cmd:gcc
|
||||
cmd:sh
|
||||
"
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user