mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/libbloom to 1.6-2
This commit is contained in:
parent
05e8266a88
commit
9d37a56aae
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=libbloom
|
||||
pkgver=1.6
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A simple and small bloom filter implementation in plain C"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/jvirkki/libbloom"
|
||||
|
@ -29,6 +29,7 @@ package() {
|
|||
install -Dm644 bloom.h "$pkgdir"/usr/include/bloom.h
|
||||
install -Dm755 build/libbloom.so.$pkgver "$pkgdir"/usr/lib/libbloom.so.$pkgver
|
||||
ln -s libbloom.so.$pkgver "$pkgdir"/usr/lib/libbloom.so
|
||||
ln -s libbloom.so.$pkgver "$pkgdir"/usr/lib/libbloom.so.1
|
||||
|
||||
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue