############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = perl-FCGI version = 0.77 release = 1.1 thisapp = FCGI-%{version} groups = Development/Libraries url = http://search.cpan.org/dist/FCGI license = OML summary = FastCGI perl bindings. description FastCGI perl bindings. end source_dl = http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/ build requires perl(ExtUtils::MakeMaker) perl(ExtUtils::ParseXS) pakfire >= 0.9.26-3.1 end build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}" make %{PARALLELISMFLAGS} end test make test end make_install_targets = \ pure_install DESTDIR=%{BUILDROOT} end packages package %{name} requires perl(:MODULE_COMPAT_%{perl_version}) end end package %{name}-debuginfo template DEBUGINFO end end