New package: libcue-2.2.1

This commit is contained in:
John 2018-02-16 20:13:57 +01:00 committed by Enno Boland
parent 781e947b90
commit 38ed67b1f0
3 changed files with 30 additions and 0 deletions

View File

@ -3347,3 +3347,4 @@ libeditorconfig.so.0 editorconfig-0.12.2_1
libkid3-core.so.3.6.0 kid3-3.6.0_1
libkid3-gui.so.3.6.0 kid3-3.6.0_1
libcfitsio.so.3 cfitsio-3.450_1
libcue.so.2 libcue-2.2.0_1

1
srcpkgs/libcue-devel Symbolic link
View File

@ -0,0 +1 @@
libcue

28
srcpkgs/libcue/template Normal file
View File

@ -0,0 +1,28 @@
# Template file for 'libcue'
pkgname=libcue
version=2.2.1
revision=1
build_style=cmake
configure_args="-DBUILD_SHARED_LIBS=ON"
hostmakedepends="bison flex"
short_desc="CUE Sheet Parser Library"
maintainer="John <johnz@posteo.net>"
license="GPL-2.0-or-later, BSD-2-Clause"
homepage="https://github.com/lipnitsk/libcue"
distfiles="https://github.com/lipnitsk/libcue/archive/v${version}.tar.gz"
checksum=f27bc3ebb2e892cd9d32a7bee6d84576a60f955f29f748b9b487b173712f1200
libcue-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}
post_install() {
head -22 rem.c > COPYING.BSD
vlicense COPYING.BSD
}