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 | ||||
| # Packager: pierre at nutyx dot org | ||||
| # Packager: milisarge | ||||
| # Depends on: cmake | ||||
| 
 | ||||
| name=lapack | ||||
| version=3.5.0 | ||||
| release=2 | ||||
| release=1 | ||||
| 
 | ||||
| source=(http://www.netlib.org/$name/$name-$version.tgz ) | ||||
| 
 | ||||
| build() { | ||||
| cd $name-$version | ||||
| mkdir build | ||||
| cd build | ||||
| cmake .. \ | ||||
| -DCMAKE_BUILD_TYPE=Release \ | ||||
| -DCMAKE_SKIP_RPATH=ON \ | ||||
| -DBUILD_SHARED_LIBS=ON \ | ||||
| -DCMAKE_INSTALL_PREFIX=/usr \ | ||||
| -DCMAKE_Fortran_COMPILER=gfortran \ | ||||
| -DLAPACKE=ON | ||||
| make | ||||
| make DESTDIR=$PKG install | ||||
| 	cd $name-$version | ||||
| 	mkdir build | ||||
| 	cd build | ||||
| 	cmake .. \ | ||||
| 	-DCMAKE_BUILD_TYPE=Release \ | ||||
| 	-DCMAKE_SKIP_RPATH=ON \ | ||||
| 	-DBUILD_SHARED_LIBS=ON \ | ||||
| 	-DCMAKE_INSTALL_PREFIX=/usr \ | ||||
| 	-DCMAKE_Fortran_COMPILER=gfortran \ | ||||
| 	-DLAPACKE=ON | ||||
| 	make | ||||
| 	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/ | ||||
| # Packagers: pierre at nutyx dot org | ||||
| # Packagers: milisarge | ||||
| # Depends on: lcms2 json-c python-gtk python-numpy python-protobuf scons swig | ||||
| 
 | ||||
| name=mypaint | ||||
| version=1.1.0 | ||||
| release=2 | ||||
| release=1 | ||||
| source=(http://download.gna.org/$name/$name-$version.tar.xz) | ||||
| 
 | ||||
| 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/ | ||||
| # Packager: pierre at nutyx dot org | ||||
| # Packager: milisarge | ||||
| # Depends on: python-setuptools  | ||||
| 
 | ||||
| name=protobuf | ||||
| version=2.6.1 | ||||
| release=2 | ||||
| release=1 | ||||
| 
 | ||||
| source=(https://github.com/google/protobuf/releases/download/v$version/protobuf-$version.tar.bz2) | ||||
| build ()  | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| # Description: Scientific tools for Python | ||||
| # Description: python bilimsel araç kütüphanesi | ||||
| # URL: http://numpy.scipy.org/ | ||||
| # Packager: pierre at nutyx dot org | ||||
| # Packager: milisarge | ||||
| # Depends on: python lapack  | ||||
| 
 | ||||
| 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/ | ||||
| # Packager: - pierre at nutyx dot org | ||||
| # Packager: milisarge | ||||
| # Depends on: protobuf python-setuptools  | ||||
| 
 | ||||
| _name=protobuf | ||||
|  | @ -14,5 +14,5 @@ source=(https://github.com/google/protobuf/releases/download/$version/protobuf-$ | |||
| build ()  | ||||
| {  | ||||
| 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