mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-19 18:20:07 +02:00
Initial bep for pylzma, untested due to missing python setuptools.
This commit is contained in:
21
dev-python/pylzma/pylzma-0.4.4.bep
Normal file
21
dev-python/pylzma/pylzma-0.4.4.bep
Normal 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"
|
||||
Reference in New Issue
Block a user