mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -13,7 +13,7 @@ BUILD()
|
||||
cmake ..
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd eigen-eigen-5097c01bcdc4/build
|
||||
|
||||
@@ -19,7 +19,7 @@ BUILD()
|
||||
--docdir=${DOCDIR}
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd glog-0.3.3
|
||||
|
||||
@@ -3,7 +3,7 @@ Hugen is a simply python script for generating code for Haiku \
|
||||
applications. It is based on templates. You can define your own \
|
||||
one and quick generate some files with adequate names and content \
|
||||
instead creating it manually. Templates for class and simple \
|
||||
application with Makefile and Jamfile are provided by default.
|
||||
application with Makefile and Jamfile are provided by default.
|
||||
"
|
||||
SUMMARY="Code generator for Haiku"
|
||||
HOMEPAGE="https://github.com/aldeck/hugen"
|
||||
@@ -40,7 +40,7 @@ INSTALL()
|
||||
mkdir -p $binDir
|
||||
python=$portPackageLinksDir/cmd~python/bin/python
|
||||
version=$($python --version 2>&1 | sed 's/Python //' | head -c3)
|
||||
|
||||
|
||||
installLocation=$prefix/lib/python$version/vendor-packages
|
||||
mkdir -p $installLocation/hugen_app
|
||||
cp -R hugen.py configs/ templates/ $installLocation/hugen_app
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
DESCRIPTION="Build infrastructure and utilities for GNOME C++ bindings."
|
||||
HOMEPAGE="http://www.gtkmm.org/"
|
||||
DESCRIPTION="Build infrastructure and utilities for GNOME C++ bindings."
|
||||
HOMEPAGE="http://www.gtkmm.org/"
|
||||
SOURCE_URI="http://ftp.gnome.org/pub/GNOME/sources/mm-common/0.9/mm-common-0.9.2.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
|
||||
@@ -10,10 +10,10 @@ SOURCE_URI="http://www.msweet.org/files/project3/mxml-2.9.tar.gz"
|
||||
CHECKSUM_SHA256="cded54653c584b24c4a78a7fa1b3b4377d49ac4f451ddf170ebbc8161d85ff92"
|
||||
SOURCE_DIR="mxml-2.9"
|
||||
PATCHES="mxml-2.9.patchset"
|
||||
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 !x86 !x86_64"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 !x86"
|
||||
|
||||
|
||||
PROVIDES="
|
||||
mxml$secondaryArchSuffix = $portVersion
|
||||
lib:mxml$secondaryArchSuffix = $portVersion
|
||||
@@ -48,14 +48,14 @@ BUILD_PREREQUIRES="
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
{
|
||||
libtoolize -fci
|
||||
autoconf
|
||||
runConfigure ./configure --enable-shared
|
||||
sed -i "s|LIBS = -pthread|LIBS=|" $sourceDir/Makefile
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
@@ -7,7 +7,7 @@ CHECKSUM_SHA256="2ed639a7155607c097c2029af5f4287296595080b2e5dd2e2ebd9bbb7450b87
|
||||
REVISION="1"
|
||||
LICENSE="BSD (2-clause)"
|
||||
COPYRIGHT="2008 Jesse Beder"
|
||||
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
@@ -34,19 +34,19 @@ BUILD_PREREQUIRES="
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
{
|
||||
autoreconf -fi
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
|
||||
mkdir -p $docDir
|
||||
fixPkgconfig
|
||||
|
||||
|
||||
mv $prefix/share/doc/sparsehash*/* $docDir
|
||||
rm -rf $prefix/share
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ SOURCE_DIR="yaml-cpp-$portVersion"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2008 Jesse Beder"
|
||||
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -36,15 +36,15 @@ BUILD_PREREQUIRES="
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
{
|
||||
cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX:PATH=$prefix .
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
|
||||
mkdir -p `dirname $includeDir` $libDir
|
||||
mv $prefix/include $includeDir
|
||||
|
||||
|
||||
Reference in New Issue
Block a user