CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
|
Patch
| revision 121, Sun Oct 4 14:32:31 2009 UTC | revision 122, Sun Oct 4 14:32:31 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | # Description: A library for creating trees of CORBA Interface Definition Language (IDL) files | # Description: A library for creating trees of CORBA Interface Definition Language (IDL) files |
| 2 | # URL: http://andrewtv.org/libIDL/ | # URL: http://andrewtv.org/libIDL/ |
| 3 | # Maintainer: Matt Housh, jaeger at crux dot nu | # Maintainer: Tilman Sauerbeck, tilman at crux dot nu |
| 4 | # Depends on: glib | # Depends on: glib |
| 5 | ||
| 6 | name=libidl | name=libidl |
| 7 | version=0.8.11 | version=0.8.12 |
| 8 | release=1 | release=1 |
| 9 | source=(http://download.gnome.org/sources/libIDL/0.8/libIDL-$version.tar.bz2) | source=(http://download.gnome.org/sources/libIDL/0.8/libIDL-$version.tar.bz2) |
| 10 | ||
| # | Line 15 build() { | Line 15 build() { |
| 15 | make DESTDIR=$PKG install | make DESTDIR=$PKG install |
| 16 | rm -rf $PKG/usr/share | rm -rf $PKG/usr/share |
| 17 | } | } |
| 18 |
|
||||||||