wok-next annotate perl-io-stty/receipt @ rev 19947

Up ghostscript (9.22) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 16 11:37:04 2017 +0200 (2017-10-16)
parents 2d12ebd38be4
children 4e6503d7a19f
rev   line source
pascal@13352 1 # SliTaz package receipt.
pascal@13352 2
pascal@13352 3 PACKAGE="perl-io-stty"
pascal@13352 4 VERSION="0.03"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="IO::Stty - Change and print terminal line settings"
pascal@13352 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/IO-Stty"
al@19709 10
al@19709 11 TARBALL="IO-Stty-$VERSION.tar.gz"
al@19709 12 WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL"
al@19709 13
pascal@13352 14 DEPENDS="perl"
al@19709 15 BUILD_DEPENDS="perl-module-build"
pascal@13352 16
pascal@13352 17 # Rules to configure and make the package.
pascal@13352 18 compile_rules()
pascal@13352 19 {
pascal@13352 20 perl Build.PL &&
al@19709 21 ./Build --destdir $install install &&
al@19709 22
al@19709 23 chmod -R u+w $install
pascal@13352 24 }
pascal@13352 25
pascal@13352 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13352 27 genpkg_rules()
pascal@13352 28 {
al@19709 29 copy @std
pascal@13352 30 }