mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-11 22:33:29 +08:00
Yavta: new package
[Peter: License is GPLv2+, move out of package/multimedia] Signed-off-by: Patrick Gerber <kpa_info@yahoo.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
b2d2cdca5f
commit
fb6404e1e2
@ -25,4 +25,5 @@ source "package/multimedia/pulseaudio/Config.in"
|
||||
source "package/multimedia/tidsp-binaries/Config.in"
|
||||
source "package/multimedia/vorbis-tools/Config.in"
|
||||
source "package/multimedia/wavpack/Config.in"
|
||||
source "package/yavta/Config.in"
|
||||
endmenu
|
||||
|
6
package/yavta/Config.in
Normal file
6
package/yavta/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_YAVTA
|
||||
bool "yavta"
|
||||
help
|
||||
Yet Another V4L2 Test Application
|
||||
|
||||
http://git.ideasonboard.org/yavta.git
|
20
package/yavta/yavta.mk
Normal file
20
package/yavta/yavta.mk
Normal file
@ -0,0 +1,20 @@
|
||||
#############################################################
|
||||
#
|
||||
# yavta
|
||||
#
|
||||
#############################################################
|
||||
|
||||
YAVTA_VERSION = 82ff2efdb9787737b9f21b6f4759f077c827b238
|
||||
YAVTA_SITE = git://git.ideasonboard.org/yavta.git
|
||||
YAVTA_LICENSE = GPLv2+
|
||||
YAVTA_LICENSE_FILES = COPYING.GPL
|
||||
|
||||
define YAVTA_BUILD_CMDS
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
|
||||
endef
|
||||
|
||||
define YAVTA_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 0755 -D $(@D)/yavta $(TARGET_DIR)/usr/bin/yavta
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
Loading…
Reference in New Issue
Block a user