wok-next view time/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
parents 270c09f6a958
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="time"
4 VERSION="1.9"
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/svn/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 }