2013-11-05 10:02:43 +00:00
|
|
|
# Template file for 'glusterfs'
|
|
|
|
pkgname=glusterfs
|
2014-03-31 15:38:27 +00:00
|
|
|
version=3.4.2
|
|
|
|
revision=1
|
2013-11-05 10:02:43 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--sbindir=/usr/bin --with-mountutildir=/usr/bin
|
|
|
|
ac_cv_file__etc_debian_version=no ac_cv_file__etc_SuSE_release=no
|
|
|
|
ac_cv_file__etc_redhat_release=no"
|
|
|
|
hostmakedepends="pkg-config python flex automake libtool"
|
2014-02-27 13:54:19 +00:00
|
|
|
makedepends="fuse-devel libxml2-devel libfl-devel openssl-devel readline-devel>=6.3 python"
|
2014-01-01 15:10:11 +00:00
|
|
|
# python is required by gsyncd.
|
|
|
|
depends="python"
|
|
|
|
pycompile_dirs="/usr/libexec/glusterfs/python/syncdaemon"
|
|
|
|
systemd_services="glusterd.service on"
|
|
|
|
conf_files="
|
|
|
|
/etc/glusterfs/glusterfs-logrotate
|
|
|
|
/etc/glusterfs/glusterd.vol"
|
2013-11-05 10:02:43 +00:00
|
|
|
short_desc="Distributed file system capable of scaling to several petabytes"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-2, LGPL-3"
|
|
|
|
homepage="http://www.gluster.org/"
|
|
|
|
distfiles="http://download.gluster.org/pub/gluster/glusterfs/${version%.*}/${version}/${pkgname}-${version}.tar.gz"
|
2014-03-31 15:38:27 +00:00
|
|
|
checksum=4fcd42b13b60a67587de98e60ff679803433bbb0c11aa2b40c4135e2358cedef
|
2013-11-05 10:02:43 +00:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vinstall ${FILESDIR}/glusterd.service 644 usr/lib/systemd/system
|
|
|
|
rm -rf ${DESTDIR}/var
|
|
|
|
}
|
|
|
|
|
|
|
|
glusterfs-devel_package() {
|
|
|
|
short_desc+=" - development files"
|
|
|
|
depends="libglusterfs>=${version}_${revision}"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove "usr/lib/*.so"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
libglusterfs_package() {
|
|
|
|
short_desc+=" - runtime libraries"
|
|
|
|
pkg_install() {
|
|
|
|
vmove "usr/lib/*.so.*"
|
|
|
|
}
|
|
|
|
}
|