summaryrefslogtreecommitdiff
path: root/p5-io-multiplex/Pkgfile
blob: cc9edc2bfc9c09cb8951689607c59a89c68554df (plain)
    1 # Description: BerkeleyDB PERL module
    2 # URL: http://search.cpan.org/dist/BerkeleyDB/
    3 # Maintainer: Lucas Hazel, lucas at die dot net dot au
    4 # Depends on: perl
    5 
    6 name=p5-io-multiplex
    7 distname=IO-Multiplex
    8 version=1.10
    9 release=1
   10 source=(http://search.cpan.org/CPAN/authors/id/B/BB/BBB/$distname-$version.tar.gz)
   11 
   12 build() {
   13 	cd $distname-$version
   14 	perl Makefile.PL
   15         make OPTIMIZE="$CFLAGS"
   16         make DESTDIR=$PKG install
   17         find $PKG -name .packlist -o -name perllocal.pod | xargs rm -rf
   18 }

Generated by cgit