1 # Maintainer: Richard Pöttler, richard dot poettler at gmail dot com
2 # Description: Generic Config Module
3 # URL: http://search.cpan.org/~tlinden/Config-General/General.pm
9 source=(http://www.cpan.org/modules/by-module/Config/Config-General-$version.tar.gz)
12 cd Config-General-$version
14 make OPTIMIZE="$CFLAGS"
15 make DESTDIR=$PKG install
16 find ${PKG} -name perllocal.pod -delete
17 find ${PKG} -name .packlist -delete
18 find $PKG -type d -empty -delete