Cleaned up directories for rsync.

This commit is contained in:
Scott McCreary
2011-05-06 20:40:41 +00:00
parent 905f68f8df
commit e9cf4359e1

View File

@@ -10,7 +10,13 @@ BUILD {
libtoolize --force --copy --install
aclocal
autoconf
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-xattr-support --disable-iconv --disable-iconv-open --disable-ipv6 --disable-locale --disable-debug
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY` \
--enable-xattr-support \
--disable-iconv \
--disable-iconv-open \
--disable-locale \
--disable-debug
make reconfigure
make
}
@@ -18,7 +24,12 @@ BUILD {
INSTALL {
cd rsync-3.0.7
make install
# make test
}
TEST {
cd rsynce-3.0.7
make test
}
LICENSE="GNU GPL v3"
COPYRIGHT="1996-2009 by Andrew Tridgell, Wayne Davison, and others."