Files
haikuports/dev-python/pylzma/pylzma-0.4.4.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

24 lines
522 B
Plaintext

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"