mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
28
media-libs/libart_lgpl/libart_lgpl-2.3.21.recipe
Normal file
28
media-libs/libart_lgpl/libart_lgpl-2.3.21.recipe
Normal file
@@ -0,0 +1,28 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user