mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
De-lint recipes
* marble Don't start SUMMARY with app name Re-ordered blocks * ne Don't start SUMMARY with app name Still in old BEP format * pixman Don't start SUMMARY with app name Improved DESCRIPTION Re-ordered blocks * qemacs Don't start SUMMARY with app name Re-ordered blocks * rsync Don't start SUMMARY with app name Re-ordered blocks * schroedinger Don't start SUMMARY with app name Re-ordered blocks * screen Don't start SUMMARY with app name Re-ordered blocks * sharutils Don't start SUMMARY with app name Re-ordered blocks * sortsave Don't start SUMMARY with app name Re-ordered blocks Corrected PROVIDES to declare an addon * srm Don't start SUMMARY with app name Re-ordered blocks
This commit is contained in:
@@ -1,29 +1,29 @@
|
||||
SUMMARY="sharutils"
|
||||
DESCRIPTION="
|
||||
GNU shar makes so-called shell archives out of many files, preparing them for \
|
||||
transmission by electronic mail services. A shell archive is a collection of \
|
||||
files that can be unpacked by /bin/sh. A wide range of features provide \
|
||||
extensive flexibility in manufacturing shars and in specifying shar smartness. \
|
||||
SUMMARY="Tools to code/encode shell archives"
|
||||
DESCRIPTION="GNU shar makes so-called shell archives out of many files, \
|
||||
preparing them for transmission by electronic mail services. A shell archive \
|
||||
is a collection of files that can be unpacked by /bin/sh. A wide range of \
|
||||
features provide extensive flexibility in manufacturing shars and in \
|
||||
specifying shar smartness.
|
||||
|
||||
For example, shar may compress files, uuencode binary files, split long files \
|
||||
and construct multi-part mailings, ensure correct unsharing order, and provide \
|
||||
simplistic checksums.
|
||||
|
||||
GNU unshar scans a set of mail messages looking for the start of shell \
|
||||
archives. It will automatically strip off the mail headers and other \
|
||||
introductory text. The archive bodies are then unpacked by a copy of the \
|
||||
shell. unshar may also process files containing concatenated shell archives.
|
||||
"
|
||||
shell. unshar may also process files containing concatenated shell archives."
|
||||
HOMEPAGE="http://www.gnu.org/software/sharutils/"
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1990-2013 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://ftp.gnu.org/gnu/sharutils/sharutils-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ee336e68549664e7a19b117adf02edfdeac6307f22e5ba78baca457116914637"
|
||||
REVISION="1"
|
||||
PATCHES="sharutils-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PATCHES="sharutils-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
sharutils$secondaryArchSuffix = $portVersion
|
||||
cmd:shar$secondaryArchSuffix = $portVersion
|
||||
@@ -31,7 +31,6 @@ PROVIDES="
|
||||
cmd:uudecode$secondaryArchSuffix = $portVersion
|
||||
cmd:uuencode$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
@@ -39,7 +38,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:make
|
||||
|
||||
Reference in New Issue
Block a user