You are not logged in.

#1 2003-09-04 20:33:55

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Net_SSLeay

# 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

Board footer

Powered by FluxBB