mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -9,7 +9,7 @@ typical library meant to be installed and linked against. Thus, unlike most \
|
||||
projects, Gnulib does not normally generate a source tarball distribution; \
|
||||
instead, developers grab modules directly from the source repository.
|
||||
"
|
||||
HOMEPAGE="http://www.gnu.org/software/gnulib"
|
||||
HOMEPAGE="http://www.gnu.org/software/gnulib"
|
||||
SOURCE_URI="git+git://git.savannah.gnu.org/gnulib.git"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
@@ -21,13 +21,13 @@ PROVIDES="
|
||||
gnulib = $portVersion
|
||||
cmd:gnulib_tool$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="" # No build, no requirements
|
||||
|
||||
|
||||
BUILD_PREREQUIRES="" # No build, no requirements
|
||||
|
||||
BUILD()
|
||||
@@ -39,9 +39,9 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
# Try to install gnulib-tool
|
||||
|
||||
|
||||
mkdir -p $dataDir/gnulib $binDir
|
||||
|
||||
|
||||
cp gnulib-tool $dataDir/gnulib/gnulib_tool # Fix binary name in help
|
||||
cp -R check-copyright check-module posix-modules build-aux config doc lib m4 modules tests top $dataDir/gnulib
|
||||
ln -s $dataDir/gnulib/gnulib_tool $binDir/gnulib_tool
|
||||
|
||||
Reference in New Issue
Block a user