wok-next annotate perl-test-number-delta/receipt @ rev 20626

librevenge: fix build for new toolchain
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 26 13:06:21 2018 +0300 (2018-04-26)
parents 2d12ebd38be4
children 4e6503d7a19f
rev   line source
claudinei@3179 1 # SliTaz package receipt.
claudinei@3179 2
claudinei@3179 3 PACKAGE="perl-test-number-delta"
al@19770 4 VERSION="1.06"
al@19770 5 CATEGORY="perl"
al@19770 6 SHORT_DESC="Test::Number::Delta - Compare the difference between numbers \
al@19770 7 against a given tolerance"
claudinei@3179 8 MAINTAINER="claudinei@slitaz.org"
pascal@14702 9 LICENSE="GPL"
al@19770 10 WEB_SITE="https://metacpan.org/release/Test-Number-Delta"
al@19770 11
al@19770 12 TARBALL="Test-Number-Delta-$VERSION.tar.gz"
al@19770 13 WGET_URL="https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/$TARBALL"
al@19770 14
claudinei@3179 15 DEPENDS="perl"
claudinei@3179 16 BUILD_DEPENDS="perl"
claudinei@3179 17
claudinei@3179 18 # Rules to configure and make the package.
claudinei@3179 19 compile_rules()
claudinei@3179 20 {
claudinei@3179 21 perl Makefile.PL &&
al@19770 22 make && make DESTDIR=$install install &&
al@19770 23
al@19770 24 chmod -R u+w $install
claudinei@3179 25 }
claudinei@3179 26
claudinei@3179 27 # Rules to gen a SliTaz package suitable for Tazpkg.
claudinei@3179 28 genpkg_rules()
claudinei@3179 29 {
al@19770 30 copy @std
claudinei@3179 31 }