mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
pciutils: add metafile support, cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
b9743c8747
commit
f59710049e
@ -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" \
|
||||||
|
14
packages/sysutils/pciutils/meta
Normal file
14
packages/sysutils/pciutils/meta
Normal 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"
|
@ -1 +0,0 @@
|
|||||||
http://ftp.de.kernel.org/pub/software/utils/pciutils/pciutils-3.1.7.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user