wok-next view sed/receipt @ rev 20049

Up transfig (3.2.6a)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 23 12:45:07 2017 +0200 (2017-10-23)
parents 9278a60d6895
children 90a5eb560fd6
line source
1 # SliTaz package receipt v2.
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 BUILD_DEPENDS="acl-dev gettext texinfo"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 # Rebuild after patching
21 msgfmt po/ru.po -o po/ru.gmo
23 ./configure \
24 --bindir=/bin \
25 --htmldir=/usr/share/doc/sed-$VERSION \
26 $CONFIGURE_ARGS &&
27 make $MAKEFLAGS && make html && make install && make -C doc install-html
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 copy @std
34 DEPENDS="acl"
35 }