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

Context Navigation

  • Back to Ticket #330

Ticket #330: libx11-1.3.3.bep

File libx11-1.3.3.bep, 807 bytes (added by michaelvoliveira, 5 years ago)

added xextproto as dependency

Line 
1DESCRIPTION="libx11"
2HOMEPAGE="http://xorg.freedesktop.org/releases/individual/lib/"
3SRC_URI="http://xorg.freedesktop.org/releases/individual/lib/libX11-1.3.3.tar.gz"
4CHECKSUM_MD5="f5669fa5843e54cb4cc7ebf8f7cc741e"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="x11-misc/util-macros >= 1.7.0
8        x11-proto/xproto >= 7.0.16
9        x11-libs/xtrans >= 1.2.5
10        x11-proto/inputproto >= 2.0
11        x11-proto/kbproto >= 1.0.4
12        x11-proto/xcb-proto >= 1.6
13        dev-libs/libxslt >= 1.1.26
14        dev-libs/libpthread-stubs >= 0.3
15        x11-libs/libxcb >= 1.6
16        x11-libs/libxau >= 1.0.5
17        x11-proto/xextproto >= 7.1.1"
18BUILD {
19        cd libX11-1.3.3
20        libtoolize --force --copy --install
21        autoreconf -i
22        ./configure --prefix=/boot/common
23        make
24}
25
26INSTALL {
27        cd libX11-1.3.3
28        make install
29}

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/