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