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

upd

parent 1e255c33
No related branches found
Tags 1.02-2
No related merge requests found
......@@ -2,18 +2,18 @@
# Maintainer: Charles Mauch <cmauch@gmail.com>
pkgname=perl-user-identity
pkgver=0.92
pkgrel=2
pkgver=0.93
pkgrel=1
pkgdesc="Perl/CPAN Module User::Identity : Define a person"
arch=("i686" "x86_64")
arch=("any")
url="http://search.cpan.org/~markov/User-Identity/"
license=("GPL" "PerlArtistic")
source=("http://www.cpan.org/authors/id/M/MA/MARKOV/User-Identity-$pkgver.tar.gz")
md5sums=('35f9582da8bc582a7603299ea27c840f')
md5sums=('c6efb646ea66ef7c479b0eed2a24480d')
build() {
cd $startdir/src/User-Identity-$pkgver
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
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
......
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