25 lines
		
	
	
		
			736 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			736 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Template file for 'libmpdclient'
 | |
| pkgname=libmpdclient
 | |
| version=2.9
 | |
| revision=1
 | |
| build_style=gnu-configure
 | |
| configure_args="--disable-documentation"
 | |
| short_desc="Asynchronous API library for interfacing MPD"
 | |
| maintainer="Juan RP <xtraeme@gmail.com>"
 | |
| license="BSD"
 | |
| homepage="http://www.musicpd.org/libs/libmpdclient/"
 | |
| distfiles="http://www.musicpd.org/download/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
 | |
| checksum=7cc97ba560e91addafe5975f7e7da04b95d6710750e47b3367fa0d8c3b7699ca
 | |
| 
 | |
| libmpdclient-devel_package() {
 | |
| 	short_desc+=" - development files"
 | |
| 	depends="${sourcepkg}>=${version}_${revision}"
 | |
| 	pkg_install() {
 | |
| 		vmove usr/include
 | |
| 		vmove usr/lib/pkgconfig
 | |
| 		vmove "usr/lib/*.a"
 | |
| 		vmove "usr/lib/*.so"
 | |
| 		vmove usr/share/vala
 | |
| 	}
 | |
| }
 | 
