mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Initial .bep and patch files for agg, bep mostly done by GCI student mbaluta
This commit is contained in:
25
x11-libs/agg/agg-2.5.bep
Normal file
25
x11-libs/agg/agg-2.5.bep
Normal 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"
|
||||
9
x11-libs/agg/patches/agg-2.5.patch
Normal file
9
x11-libs/agg/patches/agg-2.5.patch
Normal 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
|
||||
Reference in New Issue
Block a user