Initial .bep and patch files for agg, bep mostly done by GCI student mbaluta

This commit is contained in:
Scott McCreary
2011-01-05 21:26:48 +00:00
parent 0dfcfdbd97
commit 5753f1baf0
2 changed files with 34 additions and 0 deletions

25
x11-libs/agg/agg-2.5.bep Normal file
View File

@@ -0,0 +1,25 @@
DESCRIPTION="Anti-Grain Geometry (AGG) is an Open Source, free of charge graphic library, written in industrially standard C++."
HOMEPAGE="http://antigrain.com"
SRC_URI="http://www.antigrain.com/agg-2.5.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="0229a488bc47be10a2fee6cf0b2febd6"
BUILD {
cd agg-2.5
libtoolize --force --copy --install
aclocal
autoheader
autoconf
automake --foreign --add-missing --ignore-deps
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
cd agg-2.5
make install DESTDIR=${DESTDIR}
}
LICENSE="GNU GPL v2"
COPYRIGHT="2002-2006 Maxim Shemanarev"

View File

@@ -0,0 +1,9 @@
diff -urN agg-2.5/Makefile.am agg-2.5-haiku/Makefile.am
--- agg-2.5/Makefile.am 2006-10-09 04:06:36.031719424 +0000
+++ agg-2.5-haiku/Makefile.am 2011-01-05 16:03:11.000000000 +0000
@@ -1,4 +1,4 @@
-SUBDIRS = gpc src font_freetype font_win32_tt include examples
+SUBDIRS = gpc src font_freetype font_win32_tt include
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libagg.pc