Advertisement
Guest User

Untitled

a guest
Apr 12th, 2012
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. # CPAN Name : Term-ExtendedColor-Xresources
  2. # Maintainer: Magnus Woldrich <magnus@trapd00r.se>
  3.  
  4. pkgname='perl-term-extendedcolor-xresources'
  5. pkgver="0.072"
  6. pkgrel='1'
  7. pkgdesc="Subclass to Term::ExtendedColor"
  8. arch=('i686' 'x86_64')
  9. url='http://search.cpan.org/dist/Term-ExtendedColor-Xresources'
  10. license=('PerlArtistic' 'GPL')
  11. depends=('perl-term-readkey')
  12. options=('!emptydirs')
  13.  
  14. source=(http://search.cpan.org/CPAN/authors/id/W/WO/WOLDRICH/Term-ExtendedColor-Xresources-$pkgver.tar.gz)
  15. md5sums=('8cfc8be19d7f1500194b4a5d2caffda7')
  16.  
  17. build() {
  18. DIST_DIR="${srcdir}/Term-ExtendedColor-Xresources-${pkgver}"
  19.  
  20. {
  21. cd "$DIST_DIR" &&
  22. PERL_MM_USE_DEFAULT=1 perl Makefile.PL &&
  23. make &&
  24. make test &&
  25. make DESTDIR="$pkgdir" install;
  26. } || return 1;
  27.  
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement