mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
new package: add package 'w_scan'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a1c70ed450
commit
dc49047ea7
@ -5,7 +5,7 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.openelec.tv"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS="strace gdb mesa-demos htop nano wgetpaste evtest tvdump"
|
||||
PKG_DEPENDS="strace gdb mesa-demos htop nano wgetpaste evtest tvdump w_scan"
|
||||
PKG_BUILD_DEPENDS="toolchain"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="debug"
|
||||
|
13
packages/debug/w_scan/build
Executable file
13
packages/debug/w_scan/build
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--disable-documentation \
|
||||
|
||||
make
|
7
packages/debug/w_scan/install
Executable file
7
packages/debug/w_scan/install
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp -P $PKG_BUILD/w_scan $INSTALL/usr/bin
|
||||
|
14
packages/debug/w_scan/meta
Normal file
14
packages/debug/w_scan/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="w_scan"
|
||||
PKG_VERSION="20101001"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://wirbel.htpc-forum.de/w_scan/index2.html"
|
||||
PKG_URL="http://wirbel.htpc-forum.de/w_scan/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="toolchain"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="debug"
|
||||
PKG_SHORTDESC="w_scan: eine kleine Anwendung zum Scannen von ATSC/DVB-C/S/T Transpondern/Bouquets nach Sendern und Erstellen einer VDR channels.conf."
|
||||
PKG_LONGDESC="w_scan ist eine kleine Anwendung zum Scannen von ATSC/DVB-C/S/T Transpondern/Bouquets nach Sendern und Erstellen einer VDR channels.conf."
|
||||
PKG_IS_ADDON="no"
|
Loading…
x
Reference in New Issue
Block a user