Files
haikuports/dev-python/rdflib/rdflib-3.2.0.recipe
2015-08-04 12:08:31 -04:00

21 lines
468 B
Bash

DESCRIPTION="Python library for working with RDF"
HOMEPAGE="https://github.com/RDFLib/rdflib"
SOURCE_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"