Fix names of recipe files that were non-parsable

This commit is contained in:
Oliver Tappe
2013-08-04 21:47:43 +02:00
parent e00c2d5e19
commit d525fee8e9
135 changed files with 0 additions and 95 deletions

View File

@@ -1,37 +0,0 @@
DESCRIPTION="XZ Utils is data compression software for working with LZMA compressed files."
HOMEPAGE="http://tukaani.org/xz/"
SRC_URI="http://tukaani.org/xz/xz-4.999.9beta.tar.bz2"
CHECKSUM_MD5="cc4044fcc073b8bcf3164d1d0df82161"
REVISION="1"
STATUS_HAIKU="stable"
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
DEPEND=""
BUILD()
{
cd xz-4.999.9beta
cp -f `finddir B_COMMON_BIN_DIRECTORY`/libtool .
libtoolize -c -f
aclocal -I m4
autoconf
autoheader
automake -acf --foreign
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd xz-4.999.9beta
make install
}
TEST()
{
cd xz-4.999.9beta
make check
}
LICENSE="GNU LGPL v2.1
GNU GPL v2
GNU GPL v3"
COPYRIGHT="2005-2009 Lasse Collin"

View File

@@ -1,30 +0,0 @@
DESCRIPTION="Pe - Programmer's Editor"
HOMEPAGE="http://pe-editor.berlios.de/"
SRC_URI="svn+http://svn.berlios.de/svnroot/repos/pe-editor/trunk#597"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-libs/libpcre >= 8.00"
#CHECKSUM_MD5=""
BUILD()
{
cd pe-2.4.2-597
jam
}
INSTALL()
{
cd pe-2.4.2-597/generated
if [ -d distro ];then
mv -f distro Pe
fi
mkdir -p ${DESTDIR}/boot/apps
cp -a Pe ${DESTDIR}/boot/apps
rm -f ${DESTDIR}/boot/apps/Pe/.OptionalPackageDescription
if [ -z ${DESTDIR} ];then
find /boot/apps/Pe -type d -name ".svn" | xargs rm -rf
fi
}
LICENSE="BSD (4-clause)
MIT"
COPYRIGHT="1996-2002 Maarteen Hekkelman
2003-2009 Team Pe"

View File

@@ -1,28 +0,0 @@
DESCRIPTION="Pe - Programmer's Editor"
HOMEPAGE="http://pe-editor.berlios.de/"
SRC_URI="svn+http://svn.berlios.de/svnroot/repos/pe-editor/trunk#600"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-libs/libpcre >= 8.00"
#CHECKSUM_MD5=""
BUILD()
{
cd pe-2.4.3-600
jam
}
INSTALL()
{
cd pe-2.4.3-600
mkdir -p ${DESTDIR}/boot/apps
cp -a generated/distro ${DESTDIR}/boot/apps/Pe
cp -a doc ${DESTDIR}/boot/apps/Pe/Documentation
rm -f ${DESTDIR}/boot/apps/Pe/.OptionalPackageDescription
if [ -z "${DESTDIR}" ];then
find /boot/apps/Pe -type d -name ".svn" | xargs rm -rf
fi
}
LICENSE="BSD (4-clause)
MIT"
COPYRIGHT="1996-2002 Maarteen Hekkelman
2003-2010 Team Pe"

Some files were not shown because too many files have changed in this diff Show More