New package: libdbi-0.9.0
This commit is contained in:
parent
2a93b6b3eb
commit
55e3f6abae
|
@ -4327,3 +4327,4 @@ libvmaf.so.1 vmaf-2.3.1_1
|
|||
liblc3.so.1 liblc3-1.0.3_1
|
||||
libmimalloc.so.2 mimalloc-2.1.2_1
|
||||
lib2geom.so.1.3.0 lib2geom-1.3_1
|
||||
libdbi.so.1 libdbi-0.9.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libdbi
|
|
@ -0,0 +1 @@
|
|||
libdbi
|
|
@ -0,0 +1,31 @@
|
|||
# Template file for 'libdbi'
|
||||
pkgname=libdbi
|
||||
version=0.9.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Database independent abstraction layer for C"
|
||||
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
||||
license="LGPL-2.1-only"
|
||||
homepage="https://libdbi.sourceforge.net/"
|
||||
changelog="https://sourceforge.net/p/libdbi/libdbi/ci/master/tree/NEWS"
|
||||
distfiles="${SOURCEFORGE_SITE}/libdbi/libdbi-${version}.tar.gz"
|
||||
checksum=dafb6cdca524c628df832b6dd0bf8fabceb103248edb21762c02d3068fca4503
|
||||
|
||||
libdbi-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.a"
|
||||
}
|
||||
}
|
||||
|
||||
libdbi-doc_package() {
|
||||
short_desc+=" - documentation"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/share/doc
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue