File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 12
12
# Maintainer: Ross Clark <[email protected] >
13
13
# Contributor: Ross Clark <[email protected] >
14
14
15
- pkgname=' perl-cddb-file'
16
- pkgver=' 1.05'
17
- pkgrel=' 1 '
15
+ pkgname=" perl-cddb-file"
16
+ pkgver=" 1.05"
17
+ pkgrel=" 1 "
18
18
pkgdesc=" Parse a CDDB/freedb data file"
19
- arch=(' any' )
20
- license=(' PerlArtistic' ' GPL' )
21
- options=(' !emptydirs' )
19
+ arch=(" any" )
20
+ license=(" PerlArtistic" " GPL" )
21
+ options=(" !emptydirs" )
22
22
depends=(
23
- ' perl'
23
+ " perl"
24
24
)
25
25
makedepends=()
26
- url=' http://search.cpan.org/dist/CDDB-File'
27
- source=(' http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/CDDB-File-1.05.tar.gz' )
28
- md5sums=(' c619e60e86a2bb227d434066c742b189' )
29
- sha512sums=(' 569294e1b8e26b905915cc4c97dd1fd55d223a662deaba22258a452a5a0fb79e07ec8b0175715a34ad6d6ec3ecce794e04c7e17dd4ee8db22535ef75ef6d09fa' )
26
+ url=" http://search.cpan.org/dist/CDDB-File"
27
+ source=(" http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/CDDB-File-1.05.tar.gz" )
28
+ md5sums=(" c619e60e86a2bb227d434066c742b189" )
29
+ sha512sums=(" 569294e1b8e26b905915cc4c97dd1fd55d223a662deaba22258a452a5a0fb79e07ec8b0175715a34ad6d6ec3ecce794e04c7e17dd4ee8db22535ef75ef6d09fa" )
30
30
_distdir=" CDDB-File-1.05"
31
31
32
32
build () {
33
33
( export PERL_MM_USE_DEFAULT=1 PERL5LIB=" " \
34
34
PERL_AUTOINSTALL=--skipdeps \
35
- PERL_MM_OPT=" INSTALLDIRS=vendor DESTDIR=' $pkgdir ' " \
36
- PERL_MB_OPT=" --installdirs vendor --destdir ' $pkgdir ' " \
35
+ PERL_MM_OPT=" INSTALLDIRS=vendor DESTDIR=" $pkgdir " " \
36
+ PERL_MB_OPT=" --installdirs vendor --destdir " $pkgdir " " \
37
37
MODULEBUILDRC=/dev/null
38
38
39
39
cd " $srcdir /$_distdir "
You can’t perform that action at this time.
0 commit comments