#Maintainer: Juhana 'rexroom' Uuttu pkgname=perl_ExtUtils_PkgConfig pkgver=1.12 pkgrel=1 zenver=60 arch=noarch docs=("changes" "manifest" "readme") url=http://search.cpan.org/dist/ExtUtils-PkgConfig/lib/ExtUtils/PkgConfig.pm source=("http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/ExtUtils-PkgConfig-$pkgver.tar.gz") sourcetemplate=http://cthulhu.daug.net/zenwalk/$pkgname/ #options=('keepdepfile') slackdesc=\ ( #|-----mind-the-gap-----------------------------------------------------| "$pkgname - simplistic interface to pkg-config" "The pkg-config program retrieves information about installed" "libraries, usually for the purposes of compiling against and linking" "to them. ExtUtils::PkgConfig is a very simplistic interface to this" "utility, intended for use in the Makefile.PL of perl extensions which" "bind libraries that pkg-config knows. It is really just boilerplate" "code that you would've written yourself." ) build() { cd $startdir/src/ExtUtils-PkgConfig-$pkgver perl Makefile.PL make || return 1 make test make install DESTDIR=$startdir/pkg ### Post-build tweaking echo "*** NOW PACKAGING ***" }