lots of stuff
This commit is contained in:
		
							parent
							
								
									32d66a7f56
								
							
						
					
					
						commit
						b859e777d0
					
				
					 91 changed files with 2156 additions and 532 deletions
				
			
		
							
								
								
									
										26
									
								
								old/swc/build.sh
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								old/swc/build.sh
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,26 @@ | |||
| pkgname=swc | ||||
| deps="wld:pixman" | ||||
| pkgver=intel-tiling | ||||
| 
 | ||||
| fetch() { | ||||
| 	curl -L "https://github.com/michaelforney/swc/archive/refs/heads/intel-tiling.tar.gz" -o $pkgname-$pkgver.tar.xz | ||||
| 	tar -xf $pkgname-$pkgver.tar.xz | ||||
| 	cp ../config.mk . | ||||
| } | ||||
| 
 | ||||
| build() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	cp ../config.mk . | ||||
| 	 | ||||
| 	gmake PREFIX=/usr CC=cc | ||||
| } | ||||
| 
 | ||||
| package() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	gmake install DESTDIR=$pkgdir PREFIX=/usr | ||||
| } | ||||
| 
 | ||||
| license() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	cat LICENSE | ||||
| } | ||||
							
								
								
									
										5
									
								
								old/swc/config.mk
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								old/swc/config.mk
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,5 @@ | |||
| ENABLE_DEBUG    = 0 | ||||
| ENABLE_STATIC   = 0 | ||||
| ENABLE_SHARED   = 1 | ||||
| ENABLE_LIBUDEV  = 1 | ||||
| ENABLE_XWAYLAND = 0 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue