From 213b2afba96726cccd5ff9869a111431c1c3b9a1 Mon Sep 17 00:00:00 2001 From: Jonathan Fulton Date: Sun, 12 Mar 2017 15:01:33 -0700 Subject: [PATCH 1/1] Initial commit of grass --- Makefile | 1 + abi_used_libs | 18 ++++++++++++++++++ package.yml | 31 +++++++++++++++++++++++++++++++ pspec_x86_64.xml | 34 ++++++++++++++++++++++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 Makefile create mode 100644 abi_used_libs create mode 100644 package.yml create mode 100644 pspec_x86_64.xml diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0a42375 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 index 0000000..963835a --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,18 @@ +libGL.so.1 +libGLU.so.1 +libX11.so.6 +libc.so.6 +libcairo.so.2 +libdl.so.2 +libfftw3.so.3 +libfontconfig.so.1 +libfreetype.so.6 +libgcc_s.so.1 +libgdal.so.20 +libm.so.6 +libpng15.so.15 +libproj.so.9 +libsqlite3.so.0 +libstdc++.so.6 +libtiff.so.5 +libz.so.1 diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..0d0344d --- /dev/null +++ b/package.yml @@ -0,0 +1,31 @@ +name : grass +version : 7.2.0 +release : 1 +source : + - https://grass.osgeo.org/grass72/source/grass-7.2.0.tar.gz : f0bc0c3cfccc98330ce01547bd86d8281f93f05a45b6115eb33044a07cf70750 +license : GPL-2.0 +component : multimedia.graphics +summary : Geographic Information System (GIS) +description: | + Geographic Resources Analysis Support System, commonly referred to as GRASS GIS, is a Geographic Information System (GIS) used for data management, image processing, graphics production, spatial modelling, and visualization of many types of data. It is Free (Libre) Software/Open Source released under GNU General Public License (GPL) >= V2. GRASS GIS is an official project of the Open Source Geospatial Foundation. +builddeps : + - geos + - pkgconfig(fftw3f) + - pkgconfig(freetype2) + - pkgconfig(gdal) + - pkgconfig(gl) + - pkgconfig(glew) + - pkgconfig(libpng) + - pkgconfig(libtiff-4) + - pkgconfig(proj) + - pkgconfig(pycairo) + - pkgconfig(sqlite3) + - unixodbc-devel + - wxPython2-devel +setup : | + %configure --with-freetype-includes=/usr/include/freetype2 \ +build : | + %make +install : | + %make_install prefix=$installdir/usr/share/grass + diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 index 0000000..1e94fb1 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,34 @@ + + + grass + + Jonathan Fulton + fulton.jonathan@gmail.com + + GPL-2.0 + multimedia.graphics + Geographic Information System (GIS) + Geographic Resources Analysis Support System, commonly referred to as GRASS GIS, is a Geographic Information System (GIS) used for data management, image processing, graphics production, spatial modelling, and visualization of many types of data. It is Free (Libre) Software/Open Source released under GNU General Public License (GPL) >= V2. GRASS GIS is an official project of the Open Source Geospatial Foundation. + + https://solus-project.com/sources/README.Solus + + + grass + Geographic Information System (GIS) + Geographic Resources Analysis Support System, commonly referred to as GRASS GIS, is a Geographic Information System (GIS) used for data management, image processing, graphics production, spatial modelling, and visualization of many types of data. It is Free (Libre) Software/Open Source released under GNU General Public License (GPL) >= V2. GRASS GIS is an official project of the Open Source Geospatial Foundation. + + multimedia.graphics + + /usr/share/grass + + + + + 2017-03-12 + 7.2.0 + Packaging update + Jonathan Fulton + fulton.jonathan@gmail.com + + + \ No newline at end of file -- 2.12.0