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

Context Navigation

  • Back to Ticket #330

Ticket #330: libxau-1.0.5.bep

File libxau-1.0.5.bep, 481 bytes (added by michaelvoliveira, 5 years ago)

corrected pkgconfig dependency (added version number)

Line 
1DESCRIPTION="libxau"
2HOMEPAGE="http://xorg.freedesktop.org/releases/individual/lib/"
3SRC_URI="http://xorg.freedesktop.org/releases/individual/lib/libXau-1.0.5.tar.gz"
4CHECKSUM_MD5="1a421d9376f43596fe068ce209a70b84"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="pkgconfig >= 0.23
8        x11-misc/util-macros >= 1.7.0"
9BUILD {
10        cd libXau-1.0.5
11        libtoolize --force --copy --install
12        autoreconf -i
13        ./configure --prefix=/boot/common
14        make
15}
16
17INSTALL {
18        cd libXau-1.0.5
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/