wok-next view time/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
children 270c09f6a958
line source
1 # SliTaz package receipt v2.
3 PACKAGE="time"
4 VERSION="1.8"
5 CATEGORY="utilities"
6 SHORT_DESC="Displays information about the resources used by another program"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnu.org/software/time/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/time.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://ftp.gnu.org/gnu/time/$TARBALL"
15 compile_rules() {
16 ./configure $CONFIGURE_ARGS &&
17 make &&
18 make install
19 }
21 genpkg_rules() {
22 copy @std
23 }