#Maintainer: Juhana 'rexroom' Uuttu #Former Maintainer: fushark pkgname=perl_File-BaseDir pkgver=0.03 pkgrel=1 zenver=54 arch=noarch doc=(changes readme) url=http://search.cpan.org/~pardus/File-BaseDir-$pkgver/lib/File/BaseDir.pm source=(http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/File-BaseDir-$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 (use the Freedesktop.org base dir specification)" "This module can be used to find directories and files as specified by" "the Freedesktop.org Base Directory Specification. This specifications" "gives a mechanism to locate directories for configuration, application" "data and cache data. It is suggested that desktop applications e.g." "the Gnome, KDE or Xfce platforms follow this layout. However, the same" "layout can just as well be used for non-GUI applications." "This module forked from File::MimeInfo." "This module follows version 0.6 of BaseDir specification." ) build() { cd $startdir/src/File-BaseDir-$pkgver ./configure make || return 1 make install DESTDIR=$startdir/pkg }