mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Fixed .bep file for wput and corrected the copyright line in ftgl.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user