New package: alure-1.2
Closes: #12172 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
0bb6806867
commit
861eef723f
3 changed files with 29 additions and 0 deletions
|
@ -893,6 +893,7 @@ libabiword-3.0.so libabiword-3.0.0_1
|
|||
libmpg123.so.0 libmpg123-1.13.4_2_1
|
||||
libout123.so.0 libmpg123-1.23.0_1
|
||||
libopenal.so.1 libopenal-1.13_1
|
||||
libalure.so.1 alure-1.2_1
|
||||
libalut.so.0 freealut-1.1.0_1
|
||||
liblilv-0.so.0 liblilv-0.14.4_1
|
||||
libsuil-0.so.0 suil-0.6.4_1
|
||||
|
|
1
srcpkgs/alure-devel
Symbolic link
1
srcpkgs/alure-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
alure
|
27
srcpkgs/alure/template
Normal file
27
srcpkgs/alure/template
Normal file
|
@ -0,0 +1,27 @@
|
|||
# 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
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue