pciutils: add metafile support, cleanups

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-14 14:42:08 +01:00
parent b9743c8747
commit f59710049e
3 changed files with 14 additions and 3 deletions

View File

@ -2,8 +2,6 @@
. config/options $1 . config/options $1
$SCRIPTS/build toolchain
cd $PKG_BUILD cd $PKG_BUILD
make OPT="$TARGET_CFLAGS" \ make OPT="$TARGET_CFLAGS" \

View File

@ -0,0 +1,14 @@
PKG_NAME="pciutils"
PKG_VERSION="3.1.7"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://mj.ucw.cz/pciutils.shtml"
PKG_URL="http://ftp.de.kernel.org/pub/software/utils/pciutils/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="system"
PKG_SHORTDESC="pciutils: Linux PCI Utilities"
PKG_LONGDESC="This package contains various utilities for inspecting and setting of devices connected to the PCI bus and the PCI vendor/product ID database."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://ftp.de.kernel.org/pub/software/utils/pciutils/pciutils-3.1.7.tar.bz2