aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/libopenaptx/template
blob: 0f07b0b1a25dc7a7816fd58f9f8dcec33e991fa0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Template file for 'libopenaptx'
pkgname=libopenaptx
version=0.2.0
revision=1
build_style=gnu-makefile
short_desc="Open Source implementation of Audio Processing Technology codec (aptX)"
maintainer="Paper <paper@tilde.institute>"
license="LGPL-2.1-or-later"
homepage="https://github.com/pali/libopenaptx/"
distfiles="https://github.com/pali/libopenaptx/releases/download/${version}/libopenaptx-${version}.tar.gz"
checksum=51a13a34bb188a87ab1deb64a090ab42a4755d7b02c2bdaf3b8136f749b71b84

libopenaptx-devel_package() {
	depends="libopenaptx>=${version}_${revision}"
	short_desc+=" - development files"
	pkg_install() {
		vmove usr/include
		vmove usr/lib/pkgconfig
		vmove "usr/lib/*.so"
	}
}