* update tinycdb to 0.81-1
This commit is contained in:
parent
90ca175309
commit
447e571c35
@ -4,19 +4,19 @@
|
||||
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||
|
||||
pkgname=tinycdb
|
||||
pkgver=0.78
|
||||
pkgrel=6
|
||||
pkgver=0.81
|
||||
pkgrel=1
|
||||
pkgdesc='Very fast and simple package for creating and reading constant data bases'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://www.corpit.ru/mjt/tinycdb.html"
|
||||
license=(custom)
|
||||
license=(MIT)
|
||||
depends=(glibc)
|
||||
provides=(libcdb.so)
|
||||
# we don't want libcdb.a and would need to modify the Makefile otherwise
|
||||
options=(!distcc !staticlibs)
|
||||
options=(!staticlibs)
|
||||
source=(https://www.corpit.ru/mjt/tinycdb/$pkgname-$pkgver.tar.gz)
|
||||
sha512sums=('8930086b8e7fddcd4dbd3354c5f5ee05171df68fde1cc222b6c402430042b6e761efbad7e5fa8de18e1d36390f1526cc3e605c5086fe1c363ba1df6c03201553')
|
||||
b2sums=('41f4256840645acd28296c5473087c7cf4c026f068310375b3c305430c030b1c946f53fd3e09967d77b592ba84e7e56518fdb18e54d1e0f5e7dd552a1664a0ec')
|
||||
sha512sums=('56d0422700835d7b0460c32c41e6d5f30b8b833cefea775eb7f2b5592d744942c1109eac1501421b02f196d15e551111bb2accc71f2fd32ef4b8d658c635340e')
|
||||
b2sums=('6b5b1167bd7e58a02b9a3a1ff2d58adb0e522ef65a13384051d9a037358ed7586f7d567e543099adec6322f9c60d38525fed586488510215bf72d12a60c67684')
|
||||
|
||||
build() {
|
||||
local make_options=(
|
||||
@ -41,6 +41,7 @@ package() {
|
||||
)
|
||||
|
||||
make "${make_options[@]}"
|
||||
install -vDm 644 $pkgname-$pkgver/debian/copyright -t "$pkgdir/usr/share/licenses/$pkgname/"
|
||||
install -vDm 644 $pkgname-$pkgver/{NEWS,ChangeLog} -t "$pkgdir/usr/share/doc/$pkgname/"
|
||||
install -vDm 644 $pkgname-$pkgver/LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
|
||||
install -vDm 644 $pkgname-$pkgver/NEWS -t "$pkgdir/usr/share/doc/$pkgname/"
|
||||
install -vDm 644 $pkgname-$pkgver/libcdb.pc -t "$pkgdir/usr/lib/pkgconfig/"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user