Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Add dos2unix 6.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpn committed Dec 25, 2013
1 parent ea056c2 commit 5f171e9
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dos2unix/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

make prefix=$PREFIX all
make prefix=$PREFIX install
23 changes: 23 additions & 0 deletions dos2unix/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
package:
name: dos2unix
version: 6.0.3

source:
fn: dos2unix-6.0.3.tar.gz
url: http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.3.tar.gz
patches:
- osx-Makefile.patch [osx]

build:
number: 0

test:
commands:
- dos2unix -h
- unix2dos -h

about:
home: http://waterlan.home.xs4all.nl/dos2unix.html
license: FreeBSD

# vim:set ts=8 sw=2 sts=2 tw=78 et:
11 changes: 11 additions & 0 deletions dos2unix/osx-Makefile.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- Makefile.orig 2013-12-25 17:13:08.000000000 -0500
+++ Makefile 2013-12-25 17:13:15.000000000 -0500
@@ -47,7 +47,7 @@
UNIX2MAC = unix2mac

# Native Language Support (NLS)
-ENABLE_NLS = 1
+#ENABLE_NLS = 1
# Large File Support (LFS)
LFS = 1
DEBUG = 0

0 comments on commit 5f171e9

Please sign in to comment.