diff options
Diffstat (limited to 'package/libart/Makefile')
-rw-r--r-- | package/libart/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/package/libart/Makefile b/package/libart/Makefile new file mode 100644 index 000000000..a579a7338 --- /dev/null +++ b/package/libart/Makefile @@ -0,0 +1,28 @@ +# $Id$ +#- +# 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:= libart +PKG_VERSION:= 2.3.17 +PKG_RELEASE:= 1 +PKG_MD5SUM:= f1f6b3e5490f382535dccb288f5d8b14 +MASTER_SITES:= ${MASTER_SITE_GNOME:=libart_lgpl/2.3/} +DISTFILES:= ${PKG_NAME}_lgpl-${PKG_VERSION}.tar.gz +WRKDIST= ${WRKDIR}/${PKG_NAME}_lgpl-${PKG_VERSION} + +include ${TOPDIR}/mk/package.mk + +$(eval $(call PKG_template,LIBART,libart,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) + +CONFIGURE_STYLE= gnu +BUILD_STYLE= auto +INSTALL_STYLE= auto confprog + +post-install: + ${INSTALL_DIR} ${IDIR_LIBART}/usr/lib + ${CP} ${WRKINST}/usr/lib/libart_lgpl_2.so.* ${IDIR_LIBART}/usr/lib/ + +include ${TOPDIR}/mk/pkg-bottom.mk |