lots of moving
This commit is contained in:
		
							parent
							
								
									e46f5d532a
								
							
						
					
					
						commit
						31d9629111
					
				
					 46 changed files with 0 additions and 0 deletions
				
			
		
							
								
								
									
										26
									
								
								gui/libudev-zero/build.sh
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								gui/libudev-zero/build.sh
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,26 @@ | |||
| pkgname=libudev-zero | ||||
| pkgver=0.4.7 | ||||
| 
 | ||||
| fetch() { | ||||
| 	curl -L "https://github.com/illiliti/libudev-zero/archive/0.4.7.tar.gz" -o $pkgname-$pkgver.tar.xz | ||||
| 	tar -xf $pkgname-$pkgver.tar.xz | ||||
| } | ||||
| 
 | ||||
| build() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	make | ||||
| 	cd contrib | ||||
| 	cc helper.c -o libudev-zero-hotplug-helper | ||||
| } | ||||
| 
 | ||||
| package() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	make install PREFIX=/usr DESTDIR=$pkgdir | ||||
| 	install -d $pkgdir/usr/sbin | ||||
| 	install -Dm755 ./contrib/libudev-zero-hotplug-helper $pkgdir/usr/sbin/ | ||||
| } | ||||
| 
 | ||||
| license() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	cat LICENSE | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue