23 lines
524 B
Plaintext
23 lines
524 B
Plaintext
# Tanım: XS uzantılarına bağlı XS uzantılarını kolayca oluşturun
|
||
# URL: http://search.cpan.org/~flora/ExtUtils-Depends-0.304/lib/ExtUtils/Depends.pm
|
||
# Paketçi: milisarge
|
||
# Gerekler:
|
||
|
||
isim=perl-extutils-depends
|
||
surum=0.304
|
||
devir=1
|
||
|
||
kaynak=(http://www.cpan.org/authors/id/F/FL/FLORA/ExtUtils-Depends-$surum.tar.gz)
|
||
|
||
derle() {
|
||
cd ExtUtils-Depends-$surum
|
||
perl Makefile.PL
|
||
make
|
||
make DESTDIR=$PKG install
|
||
find $PKG \
|
||
-name perllocal.pod \
|
||
-o -name .packlist | xargs rm
|
||
find $PKG -empty | xargs rmdir -p ||:
|
||
|
||
}
|