# # # mysql-client # # name = 'mysqlclient' description = 'MySQL client library' url = 'http://www.mysql.com/' source = 'http://www.usatlas.bnl.gov/computing/software/pacman/PAS-cache/sources/' systems = {'*': ['mysql-3.23.49.tar.gz','mysql-3.23.49']} depends = [] exists = [] inpath = ['tar','gunzip','cc','make'] bins = [] paths = [] enviros = [] localdoc = '' daemons = [] install = { 'root': ['./configure --without-server --prefix=/usr/local/mysqlclient','make','make install','cd ..; rm -rf mysql-3.23.49'] } setup = [] demo = ''