Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations)
Sun Oct 4 14:31:24 2009 UTC (3 years, 7 months ago) by cjg
File size: 399 byte(s)
importing opt
1 cjg 2 # Description: A High Quality Rendering Engine for C++
2     # URL: http://www.antigrain.com
3     # Maintainer: Giuseppe Coviello <cjg@cruxppc.org>
4     # Depends on: libsdl, freetype
5    
6     name=agg
7     version=2.5
8     release=1
9     source=(http://www.antigrain.com/$name-$version.tar.gz)
10    
11     build() {
12     cd $name-$version
13    
14     sh ./autogen.sh
15     ./configure --prefix=/usr --disable-static
16     make
17     make DESTDIR=$PKG install
18     }