Initial bep for pylzma, untested due to missing python setuptools.

This commit is contained in:
Scott McCreary
2013-01-11 07:27:23 +00:00
parent 20db4f9189
commit fd19cfb9ed

View File

@@ -0,0 +1,21 @@
DESCRIPTION="Python bindings for the LZMA library by Igor Pavlov."
HOMEPAGE="http://www.joachim-bauch.de/projects/pylzma/"
SRC_URI="http://pypi.python.org/packages/source/p/pylzma/pylzma-0.4.4.tar.gz"
STATUS_HAIKU="untested"
DEPEND="dev-lang/python >= 2.6.4
dev-python/setuptools >= 0.6"
REVISION="1"
CHECKSUM_MD5="a2be89cb2288174ebb18bec68fa559fb"
BUILD {
cd pylzma-0.4.4
python setup.py build
}
INSTALL {
cd pylzma-0.4.4
python setup.py install
}
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2004-2010 Joachim Bauch"