# # # mysql-client # # Removed removing cwd installation command. S.Y. Aug. 2003. # 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 = [['PATH','../mysqlclient/bin']] enviros = [['MYSQL_BUILD',''],['MYSQL_ROOT','../mysqlclient']] localdoc = '' daemons = [] install = { '*': ['./configure --without-server --prefix=$MYSQL_ROOT','make','make install'] } setup = [] demo = ''