Files
Arch-R/packages/x11/lib/libXinerama/build
Stephan Raue b43e809048 new package:
- re-add libXinerama
2010-03-10 21:03:58 +01:00

21 lines
383 B
Bash
Executable File

#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build xineramaproto
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--enable-shared \
--enable-malloc0returnsnull \
make
$MAKEINSTALL