CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 1703 -
(show annotations)
Sat Feb 27 08:54:54 2010 UTC (3 years, 3 months ago) by cjg
File size: 451 byte(s)
Sat Feb 27 08:54:54 2010 UTC (3 years, 3 months ago) by cjg
File size: 451 byte(s)
libgdiplus: added
| 1 | # Description: A GDI+ comptible API on non-Windows operating systems |
| 2 | # URL: http://www.mono-project.com/Libgdiplus |
| 3 | # Maintainer: Giuseppe Coviello <cjg@cruxppc.org> |
| 4 | # Packager: Giuseppe Coviello <cjg@cruxppc.org> |
| 5 | # Depends on: cairo |
| 6 | |
| 7 | name=libgdiplus |
| 8 | version=2.6 |
| 9 | release=1 |
| 10 | source=(http://ftp.novell.com/pub/mono/sources/libgdiplus/libgdiplus-$version.tar.bz2) |
| 11 | |
| 12 | build() { |
| 13 | cd $name-$version |
| 14 | ./configure --prefix=/usr |
| 15 | make |
| 16 | make DESTDIR=$PKG install |
| 17 | } |