diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-04 10:34:02 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-04 10:34:02 +0200 |
| commit | 5042ac8e5927d0089d3902b1c37e5bcc1565d053 (patch) | |
| tree | cd2be3085808c5ac59dd70f9c610c6a40bfe3ffd /package/cairo | |
| parent | 401dabf66529cfb5ab47b4c78d5e25fd493eef1f (diff) | |
| parent | 4d569ed1a3305c7b7abe8fa4273cea3b559cc85a (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts:
BUGS
package/autoconf/Makefile
Diffstat (limited to 'package/cairo')
| -rw-r--r-- | package/cairo/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/package/cairo/Makefile b/package/cairo/Makefile new file mode 100644 index 000000000..b15c9280e --- /dev/null +++ b/package/cairo/Makefile @@ -0,0 +1,32 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include ${TOPDIR}/rules.mk + +PKG_NAME:= cairo +PKG_VERSION:= 1.8.8 +PKG_RELEASE:= 1 +PKG_MD5SUM:= d3e1a1035ae563812d4dd44a74fb0dd0 +PKG_DESCR:= cairo graphics library +PKG_SECTION:= libs +PKG_DEPENDS:= fontconfig libfreetype libpng libx11 pixman +PKG_BUILDDEP+= libpng pixman freetype fontconfig libX11 +PKG_URL:= http://cairographics.org/ +PKG_SITES:= http://cairographics.org/releases/ + +ifeq ($(ADK_STATIC),y) +PKG_OPTS:= libonly +endif + +include ${TOPDIR}/mk/package.mk + +$(eval $(call PKG_template,CAIRO,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) + +CONFIGURE_ARGS+= --enable-ft=yes \ + --enable-xlib=yes + +post-install: + ${INSTALL_DIR} ${IDIR_CAIRO}/usr/lib + ${CP} ${WRKINST}/usr/lib/libcairo.so* ${IDIR_CAIRO}/usr/lib + +include ${TOPDIR}/mk/pkg-bottom.mk |
