Magellan Linux

Contents of /trunk/extras/archive-zip/archive-zip-1.30-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5697 - (show annotations) (download)
Wed Aug 4 13:22:10 2010 UTC (13 years, 9 months ago) by niro
File size: 505 byte(s)
auto added: ver bump to 1.30-r1
1 # $Id$
2
3 PNAME="archive-zip"
4 PVER="1.30"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-perl"
8 STATE="unstable"
9
10 DESCRIPTION="Perl module for manipulations of tar archives."
11 HOMEPAGE="http://search.cpan.org/~kane/"
12
13 DEPEND=">= dev-lang/perl-5.10
14 >= dev-perl/compress-raw-zlib-2.023"
15
16 SRCFILE="Archive-Zip-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/Archive-Zip-${PVER}"
18
19 sminclude perl
20
21 SRC_URI=(
22 http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd_perl Archive-Zip gz"