CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 1096 -
(show annotations)
Sun Oct 4 15:12:09 2009 UTC (3 years, 7 months ago) by cjg
File size: 381 byte(s)
Sun Oct 4 15:12:09 2009 UTC (3 years, 7 months ago) by cjg
File size: 381 byte(s)
atk: autoupdated to 1.26.0-1
| 1 | # Description: A set of interfaces for accessibility |
| 2 | # URL: http://www.gtk.org/ |
| 3 | # Maintainer: Tilman Sauerbeck, tilman at crux dot nu |
| 4 | # Depends on: glib |
| 5 | |
| 6 | name=atk |
| 7 | version=1.26.0 |
| 8 | release=1 |
| 9 | source=(http://download.gnome.org/sources/$name/1.26/$name-$version.tar.bz2) |
| 10 | |
| 11 | build () { |
| 12 | cd $name-$version |
| 13 | ./configure --prefix=/usr |
| 14 | make |
| 15 | make DESTDIR=$PKG install |
| 16 | rm -r $PKG/usr/share |
| 17 | } |