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

Context Navigation

  • Back to Ticket #330

Ticket #330: xcb-proto-1.6.bep

File xcb-proto-1.6.bep, 417 bytes (added by michaelvoliveira, 5 years ago)

removed unnecessary dependencies

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

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/