Merge all changes from trunk

This commit is contained in:
Oliver Tappe
2013-03-29 14:04:07 +00:00
parent 888e133171
commit 94cc6aaf85
1052 changed files with 65053 additions and 2541 deletions

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"