mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Fix merge markers that @humdingerb forgot to remove.
This commit is contained in:
@@ -1,16 +1,7 @@
|
||||
<<<<<<< HEAD
|
||||
SUMMARY="dos2unix and unix2dos end of line file convertors"
|
||||
DESCRIPTION="
|
||||
DOS/Windows like to put CR/LF at the end of lines whereas UNIX like to have \
|
||||
just LF. Dos2unix and unix2dos are simple parser/converter command line \
|
||||
programs to convert between the two formats.
|
||||
"
|
||||
=======
|
||||
SUMMARY="Convertor between DOS and Unix end-of-line"
|
||||
SUMMARY="Converter between DOS and Unix end-of-line delimiters"
|
||||
DESCRIPTION="DOS/Windows like to put CR/LF at the end of lines whereas UNIX like \
|
||||
to have just LF. Dos2unix and unix2dos are simple parser/converter command line \
|
||||
programs to convert between the two formats."
|
||||
>>>>>>> De-lint recipes.
|
||||
to have just LF. Dos2unix and unix2dos are simple parser/converter command line \
|
||||
programs to convert between the two formats."
|
||||
HOMEPAGE="http://github.com/puckipedia/dos2unix"
|
||||
COPYRIGHT="Public Domain"
|
||||
LICENSE="Public Domain"
|
||||
|
||||
@@ -53,10 +53,6 @@ REQUIRES_devel="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
>>>>>>> De-lint recipes.
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user