summaryrefslogtreecommitdiff
path: root/p5-parse-yapp/Pkgfile
blob: eb83a2fc62715e04a811d6071abed5ba8ebf6cfa (plain)
    1 # Description:	Perl module for generating and using LALR parsers
    2 # URL:		http://search.cpan.org/~fdesar/Parse-Yapp-1.05/
    3 # Maintainer:	Alan Mizrahi, alan at mizrahi dot com dot ve
    4 # Depends on:	
    5 
    6 name=p5-parse-yapp
    7 version=1.05
    8 release=1
    9 source=(http://search.cpan.org/CPAN/authors/id/F/FD/FDESAR/Parse-Yapp-$version.tar.gz)
   10 
   11 build () {
   12 	cd Parse-Yapp-$version
   13 	perl Makefile.PL
   14 	make OPTIMIZE="$CFLAGS"
   15 	make DESTDIR="$PKG" install
   16 	find "$PKG" \( -name perllocal.pod -o -name .packlist \) -exec rm {} \;
   17 	find "$PKG" -depth -type d -empty -exec rm -rf {} \;
   18 }

Generated by cgit