Skip to content
Snippets Groups Projects
Commit ed25e5d1 authored by Sergej Pupykin's avatar Sergej Pupykin
Browse files

upd

parent 97939fb8
No related branches found
Tags 0.93-2
No related merge requests found
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# This PKGBUILD was autocreated. See http://xtermin.us/archperl/ for details
# Maintainer: Charles Mauch <cmauch@gmail.com>
pkgname=perl-user-identity
pkgver=0.93
pkgrel=1
pkgrel=2
pkgdesc="Perl/CPAN Module User::Identity : Define a person"
arch=("any")
url="http://search.cpan.org/~markov/User-Identity/"
......@@ -12,10 +13,10 @@ source=("http://www.cpan.org/authors/id/M/MA/MARKOV/User-Identity-$pkgver.tar.gz
md5sums=('c6efb646ea66ef7c479b0eed2a24480d')
build() {
cd $startdir/src/User-Identity-$pkgver
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
make || return 1
make install DESTDIR=$startdir/pkg || return 1
find $startdir/pkg -name '.packlist' -delete
find $startdir/pkg -name '*.pod' -delete
cd $srcdir/User-Identity-$pkgver
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
make install DESTDIR=$pkgdir
find $pkgdir -name '.packlist' -delete
find $pkgdir -name '*.pod' -delete
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment