the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: jquery-js
Version: 1.3.2
Revision: 1
Homepage: http://jquery.com/
Maintainer: Kurt Schwehr
Source: http://vislab-ccom.unh.edu/~schwehr/software/external/jquery-%v.tar.bz2
Source-MD5: c86c914496f2ee1a8e7abf2a04dd9456
CompileScript: <<
make min
<<
InstallScript: <<
#!/bin/bash -ev
mkdir -p %i/lib/javascript
cp -rp dist/jquery.min.js %i/lib/javascript/
<<
DescUsage: <<
Put a link between %p/lib/javascript/jquery.min.js and where you
want query to appear on your web server.
<<
DocFiles: ChangeLog.txt README GPL-LICENSE.txt MIT-LICENSE.txt
License: BSD
DescDetail: <<
jQuery is a fast and concise JavaScript Library that simplifies HTML
document traversing, event handling, animating, and Ajax interactions
for rapid web development. jQuery is designed to change the way that
you write JavaScript.
<<
Description: Javascript helper library
DescPackaging: <<
Had to make my own tar from the svn branch to build from source.
svn co http://jqueryjs.googlecode.com/svn/tags/1.3.2 jquery-%v
tar --exclude .svn -c -f jquery-%v{.tar,}
bzip2 -9 jquery-%v.tar
<<