1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
9 thisapp = Tk-%{version}
11 groups = Development/Libraries
12 url = http://search.cpan.org/dist/Tk/
13 license = GPL+ or Artistic
14 summary = Perl Graphical User Interface ToolKit.
17 This a re-port of a perl interface to Tk8.4.
18 C code is derived from Tcl/Tk8.4.5.
19 It also includes all the C code parts of Tix8.1.4 from SourceForge.
20 The perl code corresponding to Tix's Tcl code is not fully implemented.
22 Perl API is essentially the same as Tk800 series Tk800.025 but has not
23 been verified as compliant. There ARE differences see pod/804delta.pod.
26 source_dl = http://cpan.org/modules/by-module/Tk/
30 perl(ExtUtils::ParseXS)
31 perl(ExtUtils::MakeMaker)
41 perl Makefile.PL INSTALLDIRS=vendor X11LIB=%{libdir} XFT=1
42 make %{PARALLELISMFLAGS}
46 make pure_install PERL_INSTALL_ROOT=%{BUILDROOT}
48 # Remove interpreter in /usr/local...
49 sed -e "s@#!.*@#!/usr/bin/perl -w@g" \
50 -i %{BUILDROOT}%{libdir}/perl5/vendor_perl/Tk/pTk/{Tcl-pTk,mkVFunc}
57 perl(Tk::LabRadio) = 4.004
63 perl(:MODULE_COMPAT_%{perl_version})
71 package %{name}-debuginfo