mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/rhash: do not install static lib and add a symlink
This commit is contained in:
parent
79c6a348b1
commit
afb28d6ccb
@ -1,7 +1,7 @@
|
||||
# Maintainer: Przemyslaw Pawelczyk <przemoc@zoho.com>
|
||||
pkgname=rhash
|
||||
pkgver=1.3.5
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Utility for calculation and verification of hash sums and magnet links"
|
||||
url="http://rhash.anz.ru/"
|
||||
arch="all"
|
||||
@ -28,7 +28,7 @@ package() {
|
||||
make PREFIX=/usr DESTDIR="$pkgdir" install-shared
|
||||
|
||||
# library
|
||||
make -C librhash PREFIX=/usr DESTDIR="$pkgdir" install-headers install-lib-shared install-lib-static
|
||||
make -C librhash PREFIX=/usr DESTDIR="$pkgdir" install-headers install-lib-shared install-so-link
|
||||
}
|
||||
|
||||
sha512sums="e8450aab0c16bfb975bf4aeee218740fb4d86d5514e426b70c3edb84e4d63865cd4051939aa95c24a87a78baaedc49e40bb509b2610e89ca3745930808b3ef6c rhash-1.3.5.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user