CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 663 -
(show annotations)
Sun Oct 4 15:05:31 2009 UTC (3 years, 8 months ago) by cjg
File size: 448 byte(s)
Sun Oct 4 15:05:31 2009 UTC (3 years, 8 months ago) by cjg
File size: 448 byte(s)
libfreevec: imported from branch 2.4
| 1 | # Description: a free (LGPL) library with replacement routines for GLIBC to take advantage of the AltiVec unit |
| 2 | # URL: http://www.freevec.org/ |
| 3 | # Maintainer: acrux, acrux at linuxmail dot org |
| 4 | # Depends On: |
| 5 | |
| 6 | name=libfreevec |
| 7 | version=1.0.4 |
| 8 | release=1 |
| 9 | source=(http://www.codex.gr/system/files/$name-$version.tar.bz2) |
| 10 | |
| 11 | build() { |
| 12 | cd $name-$version |
| 13 | ./configure --prefix=/usr --mandir=/usr/man --with-gnu-ld |
| 14 | make |
| 15 | make DESTDIR=$PKG install |
| 16 | } |
| 17 |