Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3b05f6c7fd268fe7ddbed49acd7ff5387d9414dc
commit 3b05f6c7fd268fe7ddbed49acd7ff5387d9414dc Author: Devil505 <[email protected]> Date: Tue Dec 27 17:50:18 2011 +0100 perl-crypt-ssleay-0.58-1-i686 * new package diff --git a/source/devel-extra/perl-crypt-ssleay/FrugalBuild b/source/devel-extra/perl-crypt-ssleay/FrugalBuild new file mode 100644 index 0000000..308e194 --- /dev/null +++ b/source/devel-extra/perl-crypt-ssleay/FrugalBuild @@ -0,0 +1,25 @@ +# Compiling Time: 0.01 SBU +# Maintainer: Devil505 <[email protected]> + +_F_perl_name=Crypt-SSLeay +_F_perl_author=N/NA/NANIS +pkgver=0.58 +pkgrel=1 +pkgdesc="OpenSSL glue that provides LWP https support" +depends=('openssl') +Finclude perl +groups=('devel-extra') +archs=('i686' 'x86_64') +sha1sums=('62f31de72a1ccd9608d70ac967ba888bd48054ca') + +build() { + Fcd + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || Fdie + make || Fdie + make test || Fdie + make install DESTDIR="$Fdestdir" || Fdie + + find $Fdestdir -name '.packlist' -delete + find $Fdestdir -name '*.pod' -delete +} +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
