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:
30
media-libs/ftgl/ftgl-2.1.3.recipe
Normal file
30
media-libs/ftgl/ftgl-2.1.3.recipe
Normal file
@@ -0,0 +1,30 @@
|
||||
DESCRIPTION="FTGL is a free cross-platform Open Source C++ library that uses Freetype2 to simplify rendering fonts in OpenGL applications"
|
||||
HOMEPAGE="http://sourceforge.net/projects/ftgl"
|
||||
SRC_URI="http://downloads.sourceforge.net/project/ftgl/FTGL%20Source/2.1.3%7Erc5/ftgl-2.1.3-rc5.tar.gz"
|
||||
CHECKSUM_MD5="fcf4d0567b7de9875d4e99a9f7423633"
|
||||
REVISION="3"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="pkgconfig >= 0.23"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd ftgl-2.1.3~rc5
|
||||
echo "AC_CONFIG_MACRO_DIR([m4]) >> configure.in"
|
||||
libtoolize --copy --force --install
|
||||
aclocal --install -I m4
|
||||
./autogen.sh
|
||||
COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--datarootdir=$COMMON_DOCS/doc/ftgl
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd ftgl-2.1.3~rc5
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2001-2004 Unicode, Inc.
|
||||
2001-2009 Henry Maddocks"
|
||||
Reference in New Issue
Block a user