Skip to content
Snippets Groups Projects
Commit a7e5bb21 authored by Leo's avatar Leo
Browse files

community/dos2unix: upgrade to 7.4.1

parent c14c53c6
No related branches found
No related tags found
No related merge requests found
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: André Klitzing <aklitzing@gmail.com> # Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=dos2unix pkgname=dos2unix
pkgver=7.4.0 pkgver=7.4.1
pkgrel=0 pkgrel=0
pkgdesc="Text file format converters" pkgdesc="Text file format converters"
url="http://waterlan.home.xs4all.nl/dos2unix.html" url="http://waterlan.home.xs4all.nl/dos2unix.html"
arch="all" arch="all"
license="BSD" license="BSD-2-Clause"
depends=""
makedepends=""
checkdepends="gettext-dev perl-utils" checkdepends="gettext-dev perl-utils"
install=""
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz" source="http://waterlan.home.xs4all.nl/dos2unix/dos2unix-$pkgver.tar.gz"
builddir="$srcdir"/$pkgname-$pkgver
prepare() { prepare() {
cd "$builddir"
sed -e '/^LDFLAGS/s|=|+=|' \ sed -e '/^LDFLAGS/s|=|+=|' \
-e '/CFLAGS_OS \+=/d' \ -e '/CFLAGS_OS \+=/d' \
-e '/LDFLAGS_EXTRA \+=/d' \ -e '/LDFLAGS_EXTRA \+=/d' \
...@@ -40,4 +35,4 @@ package() { ...@@ -40,4 +35,4 @@ package() {
-C "$builddir" install -C "$builddir" install
} }
sha512sums="41be6b0c747f4a8e316eccecd468c8250aa6791962485569eb9496def60818ae434d619b5cfb5f80f15f8d17800314f5aefe229dc5d37faaa34e1270575175e9 dos2unix-7.4.0.tar.gz" sha512sums="81e7cff82d95b298fb218b073f54d17fa851a7507fbd54b3cd9af7c1efa6a7bd3cf59f7a84ffbaf395403bf458650763e1755944451b24f708878a9c62316dc4 dos2unix-7.4.1.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment