wok-next diff time/receipt @ rev 20825

perl-dbd-mysql: typo in $WGET_URL
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 14 01:06:23 2018 +0300 (2018-06-14)
parents
children 270c09f6a958
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/time/receipt	Thu Jun 14 01:06:23 2018 +0300
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="time"
     1.7 +VERSION="1.8"
     1.8 +CATEGORY="utilities"
     1.9 +SHORT_DESC="Displays information about the resources used by another program"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL3"
    1.12 +WEB_SITE="https://www.gnu.org/software/time/"
    1.13 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/time.html"
    1.14 +
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 +WGET_URL="https://ftp.gnu.org/gnu/time/$TARBALL"
    1.17 +
    1.18 +compile_rules() {
    1.19 +	./configure $CONFIGURE_ARGS &&
    1.20 +	make &&
    1.21 +	make install
    1.22 +}
    1.23 +
    1.24 +genpkg_rules() {
    1.25 +	copy @std
    1.26 +}