wok-next view time/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
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 }