Files
haikuports/dev-python/rdflib/rdflib-3.2.0.bep

19 lines
463 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"