19 lines
501 B
Plaintext
19 lines
501 B
Plaintext
# Description: BerkeleyDB PERL module
|
|
# URL: http://search.cpan.org/dist/BerkeleyDB/
|
|
# Maintainer: Lucas Hazel, lucas at die dot net dot au
|
|
# Depends on: perl
|
|
|
|
name=p5-io-multiplex
|
|
distname=IO-Multiplex
|
|
version=1.10
|
|
release=1
|
|
source=(http://search.cpan.org/CPAN/authors/id/B/BB/BBB/$distname-$version.tar.gz)
|
|
|
|
build() {
|
|
cd $distname-$version
|
|
perl Makefile.PL
|
|
make OPTIMIZE="$CFLAGS"
|
|
make DESTDIR=$PKG install
|
|
find $PKG -name .packlist -o -name perllocal.pod | xargs rm -rf
|
|
}
|