#Maintainer: Juhana 'rexroom' Uuttu pkgname=perl_ExtUtils_Depends pkgver=0.301 pkgrel=1 zenver=60 arch=noarch docs=("changes" "manifest" "readme") url=http://search.cpan.org/~tsch/ExtUtils-Depends-0.301/lib/ExtUtils/Depends.pm source=("http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/ExtUtils-Depends-$pkgver.tar.gz") sourcetemplate=http://cthulhu.daug.net/zenwalk/$pkgname/ #options=('keepdepfile') slackdesc=\ ( #|-----mind-the-gap-----------------------------------------------------| "$pkgname - builds XS extensions" "This module tries to make it easy to build Perl extensions that use" "functions and typemaps provided by other perl extensions. This means" "that a perl extension is treated like a shared library that provides" "also a C and an XS interface besides the perl one." ) build() { cd $startdir/src/ExtUtils-Depends-$pkgver perl Makefile.PL make || return 1 make test make install DESTDIR=$startdir/pkg ### Post-build tweaking echo "*** NOW PACKAGING ***" }