mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Cleaned up directories for rsync.
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user