HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #409

Ticket #409: agg-2.5.2.bep

File agg-2.5.2.bep, 749 bytes (added by scottmc, 5 years ago)

here's my bep file so far

Line 
1DESCRIPTION="Anti-Grain Geometry (AGG) is an Open Source, free of charge graphic library, written in industrially standard C++."
2HOMEPAGE="http://antigrain.com"
3SRC_URI="http://www.antigrain.com/agg-2.5.tar.gz"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND=""
7CHECKSUM_MD5="0229a488bc47be10a2fee6cf0b2febd6"
8BUILD {
9        cd agg-2.5
10        libtoolize --force --copy --install
11        aclocal
12        autoheader
13        autoconf
14        automake --foreign --add-missing --ignore-deps
15        ./configure --prefix=`finddir B_COMMON_DIRECTORY`
16        make
17}
18
19INSTALL {
20        make install
21#       if [ -n ${DESTDIR} ];then
22#               mkdir -p ${DESTDIR}/`finddir B_COMMON_LIB_DIRECTORY`
23#       fi
24#       cp agg-2.5/src/libagg.a ${DESTDIR}/`finddir B_COMMON_LIB_DIRECTORY`
25}
26LICENSE="GNU GPL v2"
27COPYRIGHT="2002-2006 Maxim Shemanarev"

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/