lots of package moving
This commit is contained in:
		
							parent
							
								
									b3fa8f77d8
								
							
						
					
					
						commit
						5c6531dc76
					
				
					 21 changed files with 0 additions and 0 deletions
				
			
		
							
								
								
									
										28
									
								
								extra/openpam/build.sh
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								extra/openpam/build.sh
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,28 @@ | |||
| pkgname=openpam | ||||
| pkgver=20190224 | ||||
| 
 | ||||
| fetch() { | ||||
| 	curl "https://www.openpam.org/downloads/38" -o $pkgname-$pkgver.tar.xz | ||||
| 	tar -xf $pkgname-$pkgver.tar.xz | ||||
| } | ||||
| 
 | ||||
| build() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	./configure \ | ||||
| 		--prefix=/usr \ | ||||
| 		--build=$TRIPLE \ | ||||
| 		--host=$TRIPLE | ||||
| 
 | ||||
| 	make | ||||
| } | ||||
| 
 | ||||
| package() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	make install DESTDIR=$pkgdir | ||||
| } | ||||
| 
 | ||||
| license() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	cat LICENSE | ||||
| #	cat COPYING | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue