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

Context Navigation

  • Back to Ticket #83

Ticket #83: paragui-1.1.8.bep

File paragui-1.1.8.bep, 607 bytes (added by michaelvoliveira, 5 years ago)

Not working yet.. only check the sources. In progress

Line 
1DESCRIPTION="paragui - A cross-platform high-level application framework and GUI library"
2HOMEPAGE="http://www.paragui.org/"
3SRC_URI="http://download.savannah.gnu.org/releases-noredirect/paragui/paragui-1.1.8.tar.gz"
4CHECKSUM_MD5="6741b8f704b47b2c6b62fef29759c89c"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="pkgconfig >= 0.23
8                dev-libs/libsigc++ >= 1.2.7"
9
10BUILD {
11        cd paragui-1.1.8
12        libtoolize --force --copy --install
13        aclocal
14        #autoconf
15        #automake
16        ./configure --prefix=/boot/common
17        make
18}
19
20INSTALL {
21        cd paragui-1.1.8
22        make install
23}
24
25LICENSE="GNU LGPL v2.1"
26COPYRIGHT="2000-2004 Alexander Pipelka"

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/