mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 22:00:09 +02:00
21 lines
468 B
Bash
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"
|