CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 355 -
(show annotations)
Sun Oct 4 15:02:48 2009 UTC (3 years, 7 months ago) by cjg
File size: 435 byte(s)
Sun Oct 4 15:02:48 2009 UTC (3 years, 7 months ago) by cjg
File size: 435 byte(s)
libidl: autoupdated to 0.8.12-1
| 1 | # Description: A library for creating trees of CORBA Interface Definition Language (IDL) files |
| 2 | # URL: http://andrewtv.org/libIDL/ |
| 3 | # Maintainer: Tilman Sauerbeck, tilman at crux dot nu |
| 4 | # Depends on: glib |
| 5 | |
| 6 | name=libidl |
| 7 | version=0.8.12 |
| 8 | release=1 |
| 9 | source=(http://download.gnome.org/sources/libIDL/0.8/libIDL-$version.tar.bz2) |
| 10 | |
| 11 | build() { |
| 12 | cd libIDL-$version |
| 13 | ./configure --prefix=/usr |
| 14 | make |
| 15 | make DESTDIR=$PKG install |
| 16 | rm -rf $PKG/usr/share |
| 17 | } |