#Maintainer: Juhana 'rexroom' Uuttu ##Former Maintainer: fushark pkgname=perl_File-DesktopEntry pkgver=0.04 pkgrel=1 zenver=54 arch=noarch doc=(changes readme) url=http://search.cpan.org/~pardus/File-DesktopEntry-$pkgver/lib/File/DesktopEntry.pm source=(http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/File-DesktopEntry/File-DesktopEntry-$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 (Object to handle .desktop files)" "This module is used to work with .desktop files. The format of these" "files is specified by the freedesktop "Desktop Entry" specification." "This module can parse these files but also knows how to run the" "applciations defined by these files." "For this module version 1.0 of the specification was used." "This module was written to support File::MimeInfo::Applications." ) build() { cd $startdir/src/File-DesktopEntry-$pkgver ./configure make || return 1 make install DESTDIR=$startdir/pkg }