mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/sqlcipher: split tcl bindings
This commit is contained in:
parent
671ee32c95
commit
220f05e53a
@ -2,13 +2,13 @@
|
||||
# Maintainer: wener <wenermail@gmail.com>
|
||||
pkgname=sqlcipher
|
||||
pkgver=4.5.4
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="SQLCipher is an SQLite extension that provides 256 bit AES encryption of database files."
|
||||
url="https://www.zetetic.net/sqlcipher/"
|
||||
arch="all"
|
||||
license="BSD-3-Clause"
|
||||
makedepends="openssl-dev>3 tcl-dev readline-dev zlib-dev"
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs $pkgname-tcl"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/sqlcipher/sqlcipher/archive/v$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
@ -45,10 +45,10 @@ package() {
|
||||
"$pkgdir"/usr/share/man/man1/sqlcipher.1
|
||||
}
|
||||
|
||||
libs() {
|
||||
pkgdesc="SQLCipher library"
|
||||
mkdir -p "$subpkgdir"/usr
|
||||
mv "$pkgdir"/usr/lib "$subpkgdir"/usr/
|
||||
tcl() {
|
||||
pkgdesc="SQLCipher library (tcl bindings)"
|
||||
|
||||
amove usr/lib/tcl*
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
|
Loading…
Reference in New Issue
Block a user