mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +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,13 +1,12 @@
|
||||
SUMMARY="srm - secure file deletion for posix systems"
|
||||
DESCRIPTION="
|
||||
A command-line compatible rm which destroys file contents before unlinking.
|
||||
"
|
||||
SUMMARY="Secure file deletion for posix systems"
|
||||
DESCRIPTION="A command-line compatible rm which destroys file contents \
|
||||
before unlinking."
|
||||
HOMEPAGE="http://srm.sourceforge.net/"
|
||||
COPYRIGHT="2000 Matthew D. Gauthier"
|
||||
LICENSE="MIT (no promotion)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/srm/old_releases/1.2.12/srm-1.2.12.tar.bz2"
|
||||
CHECKSUM_SHA256="865ce03933dcf61c9dc4e673cd458a902b7f47de8430176aeb2ca0ae78ee8b67"
|
||||
REVISION="1"
|
||||
LICENSE="MIT (no promotion)"
|
||||
COPYRIGHT="2000 Matthew D. Gauthier"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -19,6 +18,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user