Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 201 - (show annotations)
Sun Oct 4 15:01:40 2009 UTC (3 years, 8 months ago) by cjg
File size: 375 byte(s)
importing opt
1 # Description: A set of interfaces for accessibility
2 # URL: http://www.gtk.org/
3 # Maintainer: Matt Housh, jaeger at crux dot nu
4 # Depends on: glib
5
6 name=atk
7 version=1.22.0
8 release=1
9 source=(http://download.gnome.org/sources/$name/1.22/$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 }