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

Context Navigation

  • Back to Ticket #330

Ticket #330: libxcb-1.6.bep

File libxcb-1.6.bep, 497 bytes (added by michaelvoliveira, 5 years ago)

added pkgconfig as dependency. Removed unnecessary dependencies

Line 
1DESCRIPTION="libxcb"
2HOMEPAGE="http://xcb.freedesktop.org/"
3SRC_URI="http://xcb.freedesktop.org/dist/libxcb-1.6.tar.gz"
4CHECKSUM_MD5="f824cc4cb4b43f5bbc84c0e17fbd80d0"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="pkgconfig >= 0.23
8                x11-misc/util-macros >= 1.7.0
9        dev-libs/libxslt  >= 1.1.26
10        x11-proto/xcb-proto >= 1.6"
11       
12BUILD {
13        cd libxcb-1.6
14        libtoolize --force --copy --install
15        ./autogen.sh
16        ./configure --prefix=/boot/common
17}
18
19INSTALL {
20        cd libxcb-1.6
21        make install
22}

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/