mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
27 lines
701 B
Plaintext
27 lines
701 B
Plaintext
DESCRIPTION="Libart is a library for high-performance 2D graphics"
|
|
HOMEPAGE="http://www.levien.com/libart/"
|
|
SRC_URI="http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/libart_lgpl-2.3.21.tar.gz"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
CHECKSUM_MD5="722471ec8ae084af4293126d06b60880"
|
|
BUILD {
|
|
cd libart_lgpl-2.3.21
|
|
libtoolize --force --copy --install
|
|
autoreconf -i
|
|
MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
|
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
|
--libdir=$LIBDIR \
|
|
--mandir=$MANDIR
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd libart_lgpl-2.3.21
|
|
make install
|
|
}
|
|
|
|
LICENSE="GNU LGPL v2.1"
|
|
COPYRIGHT="2001-2010 Mathieu Lacage and Raph Levien"
|