mypaint.paketlendi
This commit is contained in:
parent
576ab1f919
commit
c8a0cbb772
5 changed files with 26 additions and 26 deletions
|
@ -1,25 +1,25 @@
|
||||||
# Description: Basic Linear Algebra Subprograms
|
# Description: temel lineer cebir altprogramları
|
||||||
# URL: http://www.netlib.org/blas
|
# URL: http://www.netlib.org/blas
|
||||||
# Packager: pierre at nutyx dot org
|
# Packager: milisarge
|
||||||
# Depends on: cmake
|
# Depends on: cmake
|
||||||
|
|
||||||
name=lapack
|
name=lapack
|
||||||
version=3.5.0
|
version=3.5.0
|
||||||
release=2
|
release=1
|
||||||
|
|
||||||
source=(http://www.netlib.org/$name/$name-$version.tgz )
|
source=(http://www.netlib.org/$name/$name-$version.tgz )
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. \
|
cmake .. \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_SKIP_RPATH=ON \
|
-DCMAKE_SKIP_RPATH=ON \
|
||||||
-DBUILD_SHARED_LIBS=ON \
|
-DBUILD_SHARED_LIBS=ON \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_Fortran_COMPILER=gfortran \
|
-DCMAKE_Fortran_COMPILER=gfortran \
|
||||||
-DLAPACKE=ON
|
-DLAPACKE=ON
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Description: A fast and easy painting application for digital painters, with brush dynamics
|
# Description: hızlı ve kolay boyama uygulaması
|
||||||
# URL: http://mypaint.intilinux.com/
|
# URL: http://mypaint.intilinux.com/
|
||||||
# Packagers: pierre at nutyx dot org
|
# Packagers: milisarge
|
||||||
# Depends on: lcms2 json-c python-gtk python-numpy python-protobuf scons swig
|
# Depends on: lcms2 json-c python-gtk python-numpy python-protobuf scons swig
|
||||||
|
|
||||||
name=mypaint
|
name=mypaint
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
release=2
|
release=1
|
||||||
source=(http://download.gna.org/$name/$name-$version.tar.xz)
|
source=(http://download.gna.org/$name/$name-$version.tar.xz)
|
||||||
|
|
||||||
build ()
|
build ()
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Description: Google's data interchange format utility (python API).
|
# Description: Google veri değişim biçim aracı
|
||||||
# URL: http://code.google.com/p/protobuf/
|
# URL: http://code.google.com/p/protobuf/
|
||||||
# Packager: pierre at nutyx dot org
|
# Packager: milisarge
|
||||||
# Depends on: python-setuptools
|
# Depends on: python-setuptools
|
||||||
|
|
||||||
name=protobuf
|
name=protobuf
|
||||||
version=2.6.1
|
version=2.6.1
|
||||||
release=2
|
release=1
|
||||||
|
|
||||||
source=(https://github.com/google/protobuf/releases/download/v$version/protobuf-$version.tar.bz2)
|
source=(https://github.com/google/protobuf/releases/download/v$version/protobuf-$version.tar.bz2)
|
||||||
build ()
|
build ()
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Description: Scientific tools for Python
|
# Description: python bilimsel araç kütüphanesi
|
||||||
# URL: http://numpy.scipy.org/
|
# URL: http://numpy.scipy.org/
|
||||||
# Packager: pierre at nutyx dot org
|
# Packager: milisarge
|
||||||
# Depends on: python lapack
|
# Depends on: python lapack
|
||||||
|
|
||||||
name=python-numpy
|
name=python-numpy
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Description: Google's data interchange format utility (python API).
|
# Description: Google veri değişim biçim aracının python api'si
|
||||||
# URL: http://code.google.com/p/protobuf/
|
# URL: http://code.google.com/p/protobuf/
|
||||||
# Packager: - pierre at nutyx dot org
|
# Packager: milisarge
|
||||||
# Depends on: protobuf python-setuptools
|
# Depends on: protobuf python-setuptools
|
||||||
|
|
||||||
_name=protobuf
|
_name=protobuf
|
||||||
|
@ -14,5 +14,5 @@ source=(https://github.com/google/protobuf/releases/download/$version/protobuf-$
|
||||||
build ()
|
build ()
|
||||||
{
|
{
|
||||||
cd ${_name}-$version/python
|
cd ${_name}-$version/python
|
||||||
python2 setup.py install --prefix=/usr --root $PKG
|
python2 setup.py install --prefix=/usr --root=$PKG
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue