HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to app-office/lyx/2.0.0

app-office/lyx/2.0.0: lyx-2.0.0.bep

File lyx-2.0.0.bep, 624 bytes (added by michaelvoliveira, 4 years ago)

Initial .bep file. This is the second (beyond Kword) that works into Haiku. marked as unstable

Line 
1DESCRIPTION="LyX is a document processor"
2HOMEPAGE="http://www.lyx.org/"
3SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-2.0.0.tar.gz"
4CHECKSUM_MD5="e4e863211bad95698a81a5be444fa836"
5REVISION="1"
6STATUS_HAIKU="unstable"
7
8DEPEND="app-text/aspell >= 0.60.6
9                app-text/hunspell >= 1.3.1
10                x11-libs/qt >= 4.8.0"
11
12BUILD {
13        cd lyx-2.0.0
14        libtoolize -fci
15        ./autogen.sh
16        ./configure --prefix=`finddir B_APPS_DIRECTORY`/LyX \
17        --bindir=`finddir B_APPS_DIRECTORY`/LyX \
18        --datarootdir=`finddir B_APPS_DIRECTORY`/LyX/share
19        make
20}
21
22INSTALL {
23        cd lyx-2.0.0
24        make install
25}
26
27LICENSE="GNU GPL v2"
28COPYRIGHT="2007-2011 The LyX team"

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/