* convert all .bep files to follow shell syntax

* rename all .bep files to .recipe
This commit is contained in:
Oliver Tappe
2013-03-29 16:31:03 +00:00
parent 94cc6aaf85
commit 60aba35d64
937 changed files with 4094 additions and 2047 deletions

View File

@@ -0,0 +1,33 @@
DESCRIPTION="RDF Syntax Library"
HOMEPAGE="http://librdf.org/"
SRC_URI="http://download.librdf.org/source/raptor2-2.0.8.tar.gz"
CHECKSUM_MD5="ac60858b875aab8fa7917f21a1237aa9"
REVISION="1"
STATUS_HAIKU="untested"
DEPEND="dev-util/gtk-doc>=1.3"
BUILD()
{
cd raptor2-2.0.8
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man \
--datarootdir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY` \
--datadir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`\
/doc/raptor2
make
}
INSTALL()
{
cd raptor2-2.0.8
make install
}
TEST()
{
cd raptor2-2.0.8
make check
}
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2000-2012 David Beckett
2000-2005 University of Bristol"