Files
haikuports/dev-python/rdflib/rdflib-3.2.0.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

21 lines
467 B
Plaintext

DESCRIPTION="Python library for working with RDF"
HOMEPAGE="https://github.com/RDFLib/rdflib"
SRC_URI="http://rdflib.googlecode.com/files/rdflib-3.2.0.tar.gz"
CHECKSUM_MD5="ab3d3a5f71ebb6fe4fd33539f5d5768e"
REVISION="1"
STATUS_HAIKU="untested"
DEPEND="dev-lang/python >= 2.6.4"
BUILD()
{
cd rdflib-3.2.0
python setup.py build
}
INSTALL()
{
cd rdflib-3.2.0
python setup.py install --root=${DESTDIR}
}
LICENSE="Public Domain"
COPYRIGHT="2002-2009, Daniel Krech"