Fixed .bep file for wput and corrected the copyright line in ftgl.

This commit is contained in:
Scott McCreary
2010-06-20 05:06:40 +00:00
parent 5431d5115b
commit e31fa2287f
3 changed files with 11 additions and 9 deletions

View File

@@ -27,5 +27,5 @@ INSTALL {
}
LICENSE="MIT"
COPYRIGHT="2001-2004 Unicode, Inc."
COPYRIGHT="2001-2009 Henry Maddocks"
COPYRIGHT="2001-2004 Unicode, Inc.
2001-2009 Henry Maddocks"

View File

@@ -7,13 +7,12 @@ STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd wput-0.6.1
cp /boot/home/config/share/libtool/config.guess .
cp /boot/home/config/share/libtool/config.sub .
libtoolize --force --copy
aclocal
automake --add-missing
autoconf
./configure --prefix=/boot/common --enable-shared
echo 'LT_INIT' >> configure.in
echo 'AC_CONFIG_MACRO_DIR([m4])' >> configure.in
libtoolize --force --copy --install
aclocal -I m4 --warnings=none --force
autoconf --warnings=none
./configure --prefix=/boot/common --enable-shared --disable-nls
make
}
@@ -21,3 +20,6 @@ INSTALL {
cd wput-0.6.1
make install
}
LICENSE="GNU GPL v2"
COPYRIGHT="2002-2006 Hagen Fritsch"