wok-next view sed/receipt @ rev 19741
Many random packages update/upgrade.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Jun 05 16:48:55 2017 +0300 (2017-06-05) |
parents | 96871f3890f0 |
children | 9a17d981d0f7 |
line source
1 # SliTaz package receipt.
3 PACKAGE="sed"
4 VERSION="4.4"
5 CATEGORY="development"
6 SHORT_DESC="GNU stream editor"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnu.org/software/sed/"
10 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 DEPENDS="acl"
16 BUILD_DEPENDS="acl-dev gettext texinfo"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 # Rebuild after patching
22 msgfmt po/ru.po -o po/ru.gmo
24 ./configure \
25 --bindir=/bin \
26 --htmldir=/usr/share/doc/sed-$VERSION \
27 $CONFIGURE_ARGS &&
28 make $MAKEFLAGS && make html && make install && make -C doc install-html
29 }
31 # Rules to gen a SliTaz package suitable for Tazpkg.
32 genpkg_rules()
33 {
34 copy @std
35 }