wok-next view dos2unix/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="dos2unix"
4 VERSION="7.4.1"
5 CATEGORY="utilities"
6 SHORT_DESC="Text file format converters"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="http://waterlan.home.xs4all.nl/dos2unix.html"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://waterlan.home.xs4all.nl/dos2unix/$TARBALL"
14 compile_rules()
15 {
16 sed -e '/^LDFLAGS/s|=|+=|' \
17 -e '/CFLAGS_OS \+=/d' \
18 -e '/LDFLAGS_EXTRA \+=/d' \
19 -e "/^CFLAGS/s|-O2|$CFLAGS|" \
20 -i Makefile
22 make ENABLE_NLS= &&
23 make prefix=/usr \
24 docsubdir=dos2unix \
25 ENABLE_NLS= \
26 DESTDIR=$install \
27 install
28 }
30 genpkg_rules()
31 {
32 copy @std
33 DEPENDS=""
34 }