23 lines
539 B
Plaintext
23 lines
539 B
Plaintext
# Description: 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
|
||
# Packager: milisarge
|
||
# Depends on:
|
||
|
||
name=perl-extutils-depends
|
||
version=0.304
|
||
release=1
|
||
|
||
source=(http://www.cpan.org/authors/id/F/FL/FLORA/ExtUtils-Depends-$version.tar.gz)
|
||
|
||
build() {
|
||
cd ExtUtils-Depends-$version
|
||
perl Makefile.PL
|
||
make
|
||
make DESTDIR=$PKG install
|
||
find $PKG \
|
||
-name perllocal.pod \
|
||
-o -name .packlist | xargs rm
|
||
find $PKG -empty | xargs rmdir -p ||:
|
||
|
||
}
|