diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:50:50 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:50:50 +0200 |
commit | b6b559769d9a4568b0502b551391162e3c1294fa (patch) | |
tree | c7c83cda51aace89943ee1719fb0905ba384d03f /base/netcdf/Pkgfile | |
parent | 8b132e07a2900829d212c9111ae4776047fb07c9 (diff) | |
download | nutyx-pakxe-b6b559769d9a4568b0502b551391162e3c1294fa.tar.gz nutyx-pakxe-b6b559769d9a4568b0502b551391162e3c1294fa.tar.bz2 nutyx-pakxe-b6b559769d9a4568b0502b551391162e3c1294fa.tar.xz nutyx-pakxe-b6b559769d9a4568b0502b551391162e3c1294fa.zip |
netcdf dans extra
Diffstat (limited to 'base/netcdf/Pkgfile')
-rw-r--r-- | base/netcdf/Pkgfile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/base/netcdf/Pkgfile b/base/netcdf/Pkgfile deleted file mode 100644 index a67771991..000000000 --- a/base/netcdf/Pkgfile +++ /dev/null @@ -1,24 +0,0 @@ -# Description: network Common Data Form interface for array-oriented data access and corresponding library -# URL: http://www.unidata.ucar.edu/downloads/netcdf/index.jsp -# Maintainer: NuTyX core team -# Packager: lesibel at free dot fr -# Depends on: - -name=netcdf -version=4.1.1 -release=1 -source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/$name-$version.tar.gz) - -build() { - cd $name-$version - ./configure --prefix=/usr --enable-shared - make - make check - install -m755 -d $PKG/usr/lib - install -m755 -d $PKG/usr/share/man - make DESTDIR=$PKG install - - install -Dm644 $SRC/$name-$version/COPYRIGHT \ - $PKG/usr/share/licenses/$name/COPYRIGHT - rm $PKG/usr/share/info/dir -} |