You are not logged in.
Pages: 1
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
pkgname=Net_SSLeay
pkgver=1.23
pkgrel=1
pkgdesc="Net::SSLeay.pm is a perl module that allows you to call Secure Sockets Layer (SSL) functions of the SSLeay library directly from your perl scripts."
url="http://www.bacus.pt/Net_SSLeay/index.html"
depends=(perl openssl glibc)
conflicts=()
backup=()
install=
# source=(http://www.bacus.pt/Net_SSLeay/$pkgname.pm-$pkgver.tar.gz)
source=(ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/SAMPO/$pkgname.pm-$pkgver.tar.gz)
build() {
cd $startdir/src/$pkgname.pm-$pkgver
perl Makefile.PL
make || return 1
make PREFIX=$startdir/pkg/usr SITEPREFIX=$startdir/pkg/usr install
# remove the conflicting perllocal.pod file:
rm $startdir/pkg/usr/lib/perl5/site_perl/5.8.0/i686-linux/perllocal.pod
}
The impossible missions are the only ones which succeed.
Offline
Pages: 1