wok view perl-crypt-ssleay/receipt @ rev 12059

removing cp for desktop files. that's all for tonight
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Mar 07 22:30:33 2012 -0800 (2012-03-07)
parents
children 2d12ebd38be4
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-crypt-ssleay"
4 VERSION="0.58"
5 CATEGORY="development"
6 SHORT_DESC="Crypt::SSLeay module is a Perl extension."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="perl"
9 BUILD_DEPENDS="perl"
10 SOURCE="Crypt-SSLeay"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="http://cpan.org/"
13 WGET_URL="http://search.cpan.org/CPAN/authors/id/N/NA/NANIS/$TARBALL"
15 DEPENDS="openssl"
16 BUILD_DEPENDS="openssl-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 yes '' | perl Makefile.PL --default &&
23 make &&
24 make DESTDIR=$PWD/_pkg install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr
31 cp -a $_pkg/usr/lib $fs/usr
32 }