mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Initial bep for libwpd from GCI2012 student Alvin Tan
This commit is contained in:
25
app-text/libwpd/libwpd-0.9.6.bep
Normal file
25
app-text/libwpd/libwpd-0.9.6.bep
Normal file
@@ -0,0 +1,25 @@
|
||||
DESCRIPTION="libwpd - a library for importing WordPerfect (tm) documents"
|
||||
HOMEPAGE="libwpd.sourceforge.net"
|
||||
SRC_URI="http://prdownloads.sourceforge.net/libwpd/libwpd-0.9.6.tar.gz?download"
|
||||
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building"
|
||||
CHECKSUM_MD5="979fc276bcecb1f3220b529ffa68d52c"
|
||||
REVISION="1"
|
||||
DEPEND="glib >= 2.0.0
|
||||
libgsf >= 1.6.0"
|
||||
BUILD {
|
||||
cd libwpd-0.9.6
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
autoconf
|
||||
automake
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd libwpd-0.9.6
|
||||
make install
|
||||
}
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2002 William Lachance
|
||||
2002 Marc Maurer"
|
||||
Reference in New Issue
Block a user