* adjusted build of development-related ports to comply with package management (especially to make the packages relocatable)

This commit is contained in:
Oliver Tappe
2011-03-07 13:07:41 +00:00
parent ee6356f4bc
commit 2a7468c0b0
15 changed files with 254 additions and 67 deletions

View File

@@ -8,10 +8,17 @@ DEPEND=""
BUILD {
cd m4-1.4.16
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--enable-changeword \
--infodir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/info \
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
prefix=$(finddir B_PACKAGE_LINKS_DIRECTORY)/m4-1.4.16
./configure --prefix=$prefix \
--datarootdir=$prefix/data \
--sbindir=$prefix/bin \
--includedir=$prefix/develop/headers \
--sysconfdir=$prefix/settings \
--docdir=$prefix/documentation/m4 \
--infodir=$prefix/documentation/info \
--mandir=$prefix/documentation/man \
--disable-rpath --with-gnu-ld \
--enable-changeword
make
}