| Index: ports/cfitsio/build.sh
|
| diff --git a/ports/cfitsio/build.sh b/ports/cfitsio/build.sh
|
| deleted file mode 100755
|
| index 5a9f353f27e1f3b4bb9a2760a7b9f323577ed317..0000000000000000000000000000000000000000
|
| --- a/ports/cfitsio/build.sh
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -#!/bin/bash
|
| -# Copyright (c) 2011 The Native Client Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -#
|
| -
|
| -# nacl-cfitsio.sh
|
| -#
|
| -# usage: nacl-cfitsio.sh
|
| -#
|
| -# this script downloads, patches, and builds cfitsio for Native Client
|
| -#
|
| -
|
| -# Project homepage: http://heasarc.gsfc.nasa.gov/fitsio/fitsio.html
|
| -
|
| -source pkg_info
|
| -source ../../build_tools/common.sh
|
| -
|
| -DefaultPackageInstall
|
| -exit 0
|
|
|