wok-next view sed/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 9a17d981d0f7
children 523cce42deab
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 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/sed.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 BUILD_DEPENDS="acl-dev gettext texinfo"
17 compile_rules() {
18 # Rebuild after patching
19 msgfmt po/ru.po -o po/ru.gmo
21 ./configure \
22 --bindir=/bin \
23 $CONFIGURE_ARGS &&
24 make $MAKEFLAGS && make html && make install || return 1
26 cook_pick_docs doc/sed.html
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="acl"
32 TAGS="LFS"
33 }