vp-build/srcpkgs/alure/template

28 lines
732 B
Bash

# Template file for 'alure'
pkgname=alure
version=1.2
revision=1
build_style=cmake
makedepends="libopenal-devel"
short_desc="Utility library to help manage common tasks with OpenAL applications"
maintainer="Simon Whelan <si.whelan@gmail.com>"
license="MIT"
homepage="http://kcat.strangesoft.net/alure.html"
distfiles="http://kcat.strangesoft.net/alure-releases/alure-${version}.tar.bz2"
checksum=465e6adae68927be3a023903764662d64404e40c4c152d160e3a8838b1d70f71
post_install() {
vlicense COPYING
}
alure-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/lib/*.a
vmove usr/lib/pkgconfig
}
}