Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 307 - (hide annotations)
Sun Oct 4 15:02:25 2009 UTC (3 years, 7 months ago) by cjg
File size: 381 byte(s)
atk: updated to 1.24.0
1 cjg 201 # Description: A set of interfaces for accessibility
2     # URL: http://www.gtk.org/
3 cjg 307 # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
4 cjg 201 # Depends on: glib
5    
6     name=atk
7 cjg 307 version=1.24.0
8 cjg 201 release=1
9 cjg 307 source=(http://download.gnome.org/sources/$name/1.24/$name-$version.tar.bz2)
10 cjg 201
11     build () {
12     cd $name-$version
13     ./configure --prefix=/usr
14     make
15     make DESTDIR=$PKG install
16     rm -r $PKG/usr/share
17     }