]> git.ipfire.org Git - ipfire-3.x.git/blame - perl-TermReadKey/perl-TermReadKey.nm
kernel: Update to 5.1
[ipfire-3.x.git] / perl-TermReadKey / perl-TermReadKey.nm
CommitLineData
f1ddbe96
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-TermReadKey
d3caa69a 7version = 2.32
1d0547dc 8release = 1.1
f1ddbe96
MT
9thisapp = TermReadKey-%{version}
10
11groups = Development/Libraries
12url = http://search.cpan.org/~jstowe/TermReadKey/
13license = (Copyright only) and (Artistic or GPL+)
14summary = A perl module for simple terminal control.
15
16description
17 Term::ReadKey is a compiled perl module dedicated to providing simple
18 control over terminal driver modes (cbreak, raw, cooked, etc.)
19 support for non-blocking reads, if the architecture allows, and some
20 generalized handy functions for working with terminals. One of the
21 main goals is to have the functions as portable as possible, so you
22 can just plug in "use Term::ReadKey" on any architecture and have a
23 good likelyhood of it working.
24end
25
26source_dl = http://www.cpan.org/authors/id/J/JS/JSTOWE/
27
28build
29 requires
30 perl(AutoLoader)
31 perl(Carp)
32 perl(Exporter)
33 perl(ExtUtils::MakeMaker)
1d0547dc 34 pakfire >= 0.9.26-3.1
f1ddbe96
MT
35 end
36
37 build
38 perl Makefile.PL INSTALLDIRS=vendor
39 make %{PARALLELISMFLAGS}
40 end
41
d3caa69a
SS
42 make_install_targets = \
43 pure_install
f1ddbe96
MT
44end
45
46packages
47 package %{name}
48 requires
d3caa69a 49 perl(:MODULE_COMPAT_%{perl_version})
f1ddbe96
MT
50 end
51 end
52
53 package %{name}-debuginfo
54 template DEBUGINFO
55 end
56end