mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-17 17:20:07 +02:00
24 lines
522 B
Plaintext
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"
|