audocious.guncellendi
This commit is contained in:
		
							parent
							
								
									9b2fc1ca6c
								
							
						
					
					
						commit
						1e0f56a255
					
				
					 3 changed files with 10 additions and 10 deletions
				
			
		| 
						 | 
					@ -9,8 +9,8 @@ release=1
 | 
				
			||||||
source=(http://distfiles.audacious-media-player.org/$name-$version.tar.bz2)
 | 
					source=(http://distfiles.audacious-media-player.org/$name-$version.tar.bz2)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
build() {
 | 
					build() {
 | 
				
			||||||
cd $name-$version
 | 
						cd $name-$version
 | 
				
			||||||
./configure --prefix=/usr
 | 
						./configure --prefix=/usr
 | 
				
			||||||
make
 | 
						make
 | 
				
			||||||
make DESTDIR=$PKG install
 | 
						make DESTDIR=$PKG install
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,2 +1,2 @@
 | 
				
			||||||
update-desktop-database -q
 | 
					update-desktop-database -q
 | 
				
			||||||
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 | 
					gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -9,9 +9,9 @@ release=1
 | 
				
			||||||
source=(http://distfiles.audacious-media-player.org/$name-$version.tar.bz2)
 | 
					source=(http://distfiles.audacious-media-player.org/$name-$version.tar.bz2)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
build() {
 | 
					build() {
 | 
				
			||||||
cd $name-$version
 | 
						cd $name-$version
 | 
				
			||||||
./configure --prefix=/usr \
 | 
						./configure --prefix=/usr \
 | 
				
			||||||
--with-buildstamp="NuTyX"
 | 
						--with-buildstamp="Milis"
 | 
				
			||||||
make
 | 
						make
 | 
				
			||||||
make DESTDIR=$PKG install
 | 
						make DESTDIR=$PKG install
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue