# Description: Self Contained SQLite RDBMS in a DBI Driver # URL: http://search.cpan.org/~ishigaki/DBD-SQLite/ # Maintainer: Petar Petrov, slackalaxy at gmail dot com # Depends on: p5-dbi name=p5-dbd-sqlite version=1.74 release=1 source=(http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${version}.tar.gz) build() { cd DBD-SQLite-$version # PERL_MM_USE_DEFAULT=1 \ perl Makefile.PL make OPTIMIZE="$CFLAGS" DESTDIR="$PKG" install find "$PKG" -depth \ -type f \( -name .packlist -o -name \*.bs -o -name perllocal.pod \) -delete , \ -type f -name autosplit.ix \( -exec grep -q '^[[:space:]]*package' {} \; -o -delete \) , \ -type d -empty -exec rmdir {} + }