wok-next annotate time/receipt @ rev 21103

emacs: depends on emacs-common
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 03 11:21:15 2019 +0200 (2019-01-03)
parents 270c09f6a958
children
rev   line source
al@20645 1 # SliTaz package receipt v2.
al@20645 2
al@20645 3 PACKAGE="time"
al@20934 4 VERSION="1.9"
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@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/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 }