moved lots to gui
This commit is contained in:
		
							parent
							
								
									71b5f9a679
								
							
						
					
					
						commit
						685fe1f01b
					
				
					 48 changed files with 0 additions and 0 deletions
				
			
		
							
								
								
									
										31
									
								
								gui/sdl2/build.sh
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								gui/sdl2/build.sh
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,31 @@ | |||
| pkgname=sdl2 | ||||
| pkgver=2.0.14 | ||||
| 
 | ||||
| fetch() { | ||||
| 	curl "https://www.libsdl.org/release/SDL2-2.0.14.tar.gz" -o $pkgname-$pkgver.tar.xz | ||||
| 	tar -xf $pkgname-$pkgver.tar.xz | ||||
| 	mv SDL2-$pkgver $pkgname-$pkgver | ||||
| 	mkdir $pkgname-$pkgver/build | ||||
| } | ||||
| 
 | ||||
| build() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	cd build | ||||
| 	cmake -G Ninja ../ \ | ||||
| 		-DCMAKE_BUILD_TYPE=Release \ | ||||
| 		-DCMAKE_INSTALL_PREFIX=/usr \ | ||||
| 		-DCMAKE_INSTALL_LIBDIR=lib | ||||
| 	samu | ||||
| } | ||||
| 
 | ||||
| package() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	cd build | ||||
| 	DESTDIR=$pkgdir samu install | ||||
| } | ||||
| 
 | ||||
| license() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	cat LICENSE | ||||
| #	cat COPYING | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue