Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1166, Sun Oct 4 15:12:45 2009 UTC revision 1167, Sun Oct 4 15:12:46 2009 UTC
# Line 5  Line 5 
5    
6  name=agg  name=agg
7  version=2.5  version=2.5
8  release=1  release=2
9  source=(http://www.antigrain.com/$name-$version.tar.gz)  source=(http://www.antigrain.com/$name-$version.tar.gz)
10    
11  build() {  build() {
12      cd $name-$version      cd $name-$version
13            sed -r -i -e 's:^(.*)  -L@.*:\1:' src/platform/X11/Makefile.am
14      sh ./autogen.sh          sh ./autogen.sh
15      ./configure --prefix=/usr --disable-static      ./configure --prefix=/usr --disable-static \
16        --enable-ctrl --disable-examples
17      make      make
18      make DESTDIR=$PKG install      make DESTDIR=$PKG install
19  }  }

Legend:
Removed from v.1166  
changed lines
  Added in v.1167