nfs-utils: update to 1.2.9.
This commit is contained in:
parent
784ae26acf
commit
24d9318147
1 changed files with 7 additions and 11 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'nfs-utils'
|
||||
pkgname=nfs-utils
|
||||
version=1.2.8
|
||||
version=1.2.9
|
||||
revision=1
|
||||
short_desc="Network File System client utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://nfs.sourceforge.net"
|
||||
distfiles="${KERNEL_SITE}/utils/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=176889247046ffe5c5e7e7b5a357ed026654d83adabb2843b40752492c01e8f1
|
||||
checksum=b540618847e665aedbab9eb956da910be3302492a6424474fcda537540295b0c
|
||||
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libblkid-devel libmount-devel libtirpc-devel
|
||||
|
@ -21,14 +21,10 @@ do_configure() {
|
|||
--with-gssglue --without-tcp-wrappers --enable-ipv6
|
||||
--sbindir=/usr/sbin "
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
./configure ${configure_args} \
|
||||
--with-tirpcinclude=$XBPS_CROSS_BASE/usr/include/tirpc \
|
||||
--with-krb5=$XBPS_CROSS_BASE \
|
||||
CC_FOR_BUILD="$CC" CFLAGS_FOR_BUILD="$CFLAGS"
|
||||
else
|
||||
./configure ${configure_args}
|
||||
fi
|
||||
./configure ${configure_args} \
|
||||
--with-tirpcinclude=$XBPS_CROSS_BASE/usr/include/tirpc \
|
||||
--with-krb5=$XBPS_CROSS_BASE \
|
||||
CC_FOR_BUILD="$CC" CFLAGS_FOR_BUILD="$CFLAGS"
|
||||
}
|
||||
|
||||
do_build() {
|
||||
|
@ -49,7 +45,7 @@ do_install() {
|
|||
}
|
||||
|
||||
nfs-utils-server_package() {
|
||||
short_desc="Network File System utilities -- Server utilities"
|
||||
short_desc="Network File System utilities - Server utilities"
|
||||
depends="rpcbind"
|
||||
replaces="nfs-utils<1.2.6_2"
|
||||
conf_files="/etc/exports"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue