Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_XAPP_XVIDTUNE
bool "xvidtune"
select BR2_PACKAGE_XLIB_LIBXAW
select BR2_PACKAGE_XLIB_LIBXXF86VM
help
video mode tuner for Xorg

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2013-January/002129.html
sha256 24e5e103933a04bfb2e1d18562619ed74031ab515e7343eb546bacdbcbeecf01 xvidtune-1.0.3.tar.bz2

View File

@@ -0,0 +1,14 @@
################################################################################
#
# xapp_xvidtune
#
################################################################################
XAPP_XVIDTUNE_VERSION = 1.0.3
XAPP_XVIDTUNE_SOURCE = xvidtune-$(XAPP_XVIDTUNE_VERSION).tar.bz2
XAPP_XVIDTUNE_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XVIDTUNE_LICENSE = MIT
XAPP_XVIDTUNE_LICENSE_FILES = COPYING
XAPP_XVIDTUNE_DEPENDENCIES = xlib_libXaw xlib_libXxf86vm
$(eval $(autotools-package))