#Maintainer: Juhana 'rexroom' Uuttu ##Former Maintainer: fushark pkgname=perl_File-MimeInfo pkgver=0.15 pkgrel=1 zenver=54 arch=noarch doc=(changes readme) url=http://search.cpan.org/~pardus/File-MimeInfo-0.15/lib/File/MimeInfo.pm source=(http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/File-MimeInfo/File-MimeInfo-$pkgver.tar.gz) sourcetemplate=http://cthulhu.daug.net/zenwalk/$pkgname/ #dotnew=(usr/lib/perl5/5.8.8/i486-linux-thread-multi/perllocal.pod) slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (perl module to determine file type)" "This module can be used to determine the mime type of a file. It tries" "to implement the freedesktop specification for a shared MIME database." "For this module shared-mime-info-spec 0.13 was used." ) build() { cd $startdir/src/File-MimeInfo-$pkgver ./configure make || return 1 make install DESTDIR=$startdir/pkg }