mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
23
dev-python/numpy/numpy-1.4.1.recipe
Normal file
23
dev-python/numpy/numpy-1.4.1.recipe
Normal file
@@ -0,0 +1,23 @@
|
||||
DESCRIPTION="NumPy is the fundamental package needed for scientific computing with Python."
|
||||
HOMEPAGE="http://numpy.scipy.org/"
|
||||
SRC_URI="http://sourceforge.net/projects/numpy/files/NumPy/1.4.1/numpy-1.4.1.tar.gz/download?"
|
||||
CHECKSUM_MD5="5c7b5349dc3161763f7f366ceb96516b"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
DEPEND="dev-lang/python >= 2.6.5"
|
||||
BUILD()
|
||||
{
|
||||
cd numpy-1.4.1
|
||||
python setup.py config
|
||||
python setup.py build
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd numpy-1.4.1
|
||||
python setup.py install
|
||||
}
|
||||
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2005 NumPy Developers"
|
||||
|
||||
Reference in New Issue
Block a user