moving packages
This commit is contained in:
		
							parent
							
								
									815c729478
								
							
						
					
					
						commit
						41fc569409
					
				
					 20 changed files with 0 additions and 0 deletions
				
			
		
							
								
								
									
										22
									
								
								base/man-pages-posix/build.sh
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								base/man-pages-posix/build.sh
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,22 @@ | |||
| pkgname=man-pages-posix | ||||
| pkgver=2017 | ||||
| 
 | ||||
| fetch() { | ||||
| 	curl "https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2017-a.tar.xz" -o $pkgname-$pkgver.tar.xz | ||||
| 	tar -xf $pkgname-$pkgver.tar.xz | ||||
| } | ||||
| 
 | ||||
| build() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	make | ||||
| } | ||||
| 
 | ||||
| package() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	make install DESTDIR=$pkgdir | ||||
| } | ||||
| 
 | ||||
| license() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	cat POSIX-COPYRIGHT | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue