Files
Arch-R/packages/sysutils/pciutils/build
Stephan Raue 750e50a6cd pciutils:
- reenable download of recent pci.ids
2009-11-16 16:19:48 +01:00

25 lines
422 B
Bash
Executable File

#!/bin/sh
. config/options
$SCRIPTS/build toolchain
PKG_DIR=`find $PACKAGES -type d -name $1`
cd $PKG_BUILD
make OPT="$TARGET_CFLAGS" \
CROSS_COMPILE=${TARGET_PREFIX} \
HOST=$TARGET_ARCH-linux \
IDSDIR="/usr/share" \
ZLIB=no \
DNS=no \
PREFIX=/usr \
make PREFIX=/usr \
IDSDIR="/usr/share" \
DESTDIR=$SYSROOT_PREFIX install-lib
./update-pciids.sh
#cp $ROOT/$PKG_DIR/pci.ids .