HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #617

Ticket #617: pylzma-0.4.4.bep

File pylzma-0.4.4.bep, 516 bytes (added by richienyhus, 2 years ago)
Line 
1DESCRIPTION="Python bindings for the LZMA library by Igor Pavlov."
2HOMEPAGE="http://www.joachim-bauch.de/projects/pylzma/"
3SRC_URI="http://pypi.python.org/packages/source/p/pylzma/pylzma-0.4.4.tar.gz"
4STATUS_HAIKU="stable"
5DEPEND="dev-lang/python >= 2.6.4
6                dev-python/setuptools >= 0.6"
7REVISION="1"
8CHECKSUM_MD5="a2be89cb2288174ebb18bec68fa559fb"
9
10BUILD {
11        cd pylzma-0.4.4
12        python setup.py build
13}
14
15INSTALL {
16        cd pylzma-0.4.4
17        python setup.py install
18}
19
20LICENSE="GNU LGPL v2.1"
21COPYRIGHT="2004-2010 Joachim Bauch"

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/