CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 1618 -
(show annotations)
Mon Jan 18 12:45:18 2010 UTC (3 years, 4 months ago) by acrux
File size: 378 byte(s)
Mon Jan 18 12:45:18 2010 UTC (3 years, 4 months ago) by acrux
File size: 378 byte(s)
tagging release 2.6
| 1 | # Description: A fast, non-validating, stream-oriented XML parsing library |
| 2 | # URL: http://expat.sourceforge.net/ |
| 3 | # Maintainer: Juergen Daubert, jue at crux dot nu |
| 4 | |
| 5 | name=expat |
| 6 | version=2.0.1 |
| 7 | release=1 |
| 8 | source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz) |
| 9 | |
| 10 | build() { |
| 11 | cd $name-$version |
| 12 | ./configure --prefix=/usr |
| 13 | make |
| 14 | make prefix=$PKG/usr install |
| 15 | } |