Files
Arch-R/packages/devel/libevent/build
2010-11-13 14:28:00 +01:00

18 lines
322 B
Bash
Executable File

#!/bin/sh
. config/options $1
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--exec-prefix=/usr \
--sysconfdir=/etc \
--datadir=/usr/share \
--enable-shared \
--disable-static \
make
$MAKEINSTALL