# # DBD-mysql # # # Saul Youssef # name = 'DBD-mysql' description = 'mysql for Perl' url = 'http://www.cpan.org/' source = 'http://www.usatlas.bnl.gov/computing/software/pacman/PAS-cache/sources/' systems = {'*': ['DBD-mysql-2.1017.tar.gz','DBD-mysql-2.1017']} depends = [] exists = [] inpath = ['tar','gunzip','perl'] bins = [] paths = [] enviros = [] localdoc = 'README' daemons = [] install = { '*': ['perl Makefile.PL PREFIX=$PERL_ROOT','make','make install','cd ..; rm -r -f DBD-mysql-2.1017'] } setup = [] demo = ''