mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
keyutils: revbump to update metadata objs.
This commit is contained in:
parent
0356103ebc
commit
282928ee35
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'keyutils'
|
# Template file for 'keyutils'
|
||||||
pkgname=keyutils
|
pkgname=keyutils
|
||||||
version=1.5.9
|
version=1.5.9
|
||||||
revision=1
|
revision=2
|
||||||
conf_files="/etc/request-key.conf"
|
conf_files="/etc/request-key.conf"
|
||||||
short_desc="Linux Key Management Utilities"
|
short_desc="Linux Key Management Utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -15,7 +15,6 @@ do_build() {
|
||||||
LIBDIR='/usr/lib' USRLIBDIR='/usr/lib' \
|
LIBDIR='/usr/lib' USRLIBDIR='/usr/lib' \
|
||||||
BINDIR='/usr/bin' ${makejobs}
|
BINDIR='/usr/bin' ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=${DESTDIR} CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
|
make DESTDIR=${DESTDIR} CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
|
||||||
LIBDIR='/usr/lib' USRLIBDIR='/usr/lib' SBINDIR='/usr/bin' \
|
LIBDIR='/usr/lib' USRLIBDIR='/usr/lib' SBINDIR='/usr/bin' \
|
||||||
|
@ -28,7 +27,6 @@ libkeyutils_package() {
|
||||||
vmove "usr/lib/*.so.*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
keyutils-devel_package() {
|
keyutils-devel_package() {
|
||||||
depends="libkeyutils>=${version}_${revision}"
|
depends="libkeyutils>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue