wok view perl-md4/receipt @ rev 17309

Up buildroot (2014.08)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 02 11:46:58 2014 +0100 (2014-11-02)
parents 1bd1a64aae1c
children b3feed552691
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-md4"
4 VERSION="1.4"
5 CATEGORY="development"
6 SHORT_DESC="Digest::Perl::MD4 is a Perl extension.
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="http://search.cpan.org/
10 DEPENDS="perl"
11 BUILD_DEPENDS="perl"
12 SOURCE="Digest-Perl-MD4"
13 TARBALL="$SOURCE-$VERSION.tar.gz"
14 WEB_SITE="http://cpan.org/"
15 WGET_URL="http://search.cpan.org/CPAN/authors/id/O/OT/OTAKA/$TARBALL"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 perl Makefile.PL &&
22 make &&
23 make install DESTDIR=$DESTDIR
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $install/usr/lib $fs/usr
31 }