wok-next view grep/receipt @ rev 19840

Up librsvg (split more), make-slitaz-icons (use rsvg-convert instead of inkscape), faenza-icon-theme (keep original theme), slitaz-icons-faenza (combine light & dark).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 14 15:53:27 2017 +0300 (2017-08-14)
parents 708211fae5b6
children 90a5eb560fd6
line source
1 # SliTaz package receipt v2.
3 PACKAGE="grep"
4 VERSION="3.0"
5 CATEGORY="development"
6 SHORT_DESC="GNU Global Regular Expression Print"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnu.org/software/grep/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="pcre-dev perl gettext"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure \
20 --bindir=/bin \
21 $CONFIGURE_ARGS &&
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 copy @std
29 DEPENDS="pcre"
30 }