wok-next view patch/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 7387df590f12
children e7a485521d6a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="patch"
4 VERSION="2.7.5"
5 CATEGORY="utilities"
6 SHORT_DESC="Utility to patch file with diff file"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://savannah.gnu.org/projects/patch/"
10 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/patch.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 BUILD_DEPENDS="attr-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS && make && make install
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="attr"
24 TAGS="LFS"
25 }