milis/talimatname/genel/p/perl-extutils-depends/talimat

23 lines
532 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: XS uzantılarına bağlı XS uzantılarını kolayca oluşturun
2017-04-07 15:23:30 +02:00
# URL: http://search.cpan.org/~flora/ExtUtils-Depends-0.304/lib/ExtUtils/Depends.pm
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2016-03-02 16:12:51 +01:00
2016-02-24 01:27:23 +01:00
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 ||:
}