| 1 | DESCRIPTION="libXinerama" |
|---|
| 2 | HOMEPAGE="http://xorg.freedesktop.org/releases/individual/lib/" |
|---|
| 3 | SRC_URI="http://xorg.freedesktop.org/releases/individual/lib/libXinerama-1.1.tar.gz" |
|---|
| 4 | CHECKSUM_MD5="42b9fc01984c452ee416076c0977b0b3" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | STATUS_HAIKU="stable" |
|---|
| 7 | DEPEND="pkgconfig >= 0.23 |
|---|
| 8 | x11-misc/util-macros >= 1.7.0 |
|---|
| 9 | x11-libs/libX11 >= 1.3.3 |
|---|
| 10 | x11-libs/libXext >= 1.1.1 |
|---|
| 11 | x11-proto/xineramaproto >= 1.2" |
|---|
| 12 | |
|---|
| 13 | BUILD { |
|---|
| 14 | cd libXinerama-1.1 |
|---|
| 15 | libtoolize --force --copy --install |
|---|
| 16 | autoreconf -i |
|---|
| 17 | ./configure --prefix=/boot/common |
|---|
| 18 | make |
|---|
| 19 | } |
|---|
| 20 | |
|---|
| 21 | INSTALL { |
|---|
| 22 | cd libXinerama-1.1 |
|---|
| 23 | make install |
|---|
| 24 | } |
|---|