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,5 @@
config BR2_PACKAGE_XAPP_XCLIPBOARD
bool "xclipboard"
select BR2_PACKAGE_XLIB_LIBXAW
help
interchange between cut buffer and selection

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2013-September/002299.html
sha256 9c0e0a1f4f1d49f73c6cf3ccd27b5ca0e18afc63679f1a1ee466b1d82446ebb5 xclipboard-1.1.3.tar.bz2

View File

@@ -0,0 +1,14 @@
################################################################################
#
# xapp_xclipboard
#
################################################################################
XAPP_XCLIPBOARD_VERSION = 1.1.3
XAPP_XCLIPBOARD_SOURCE = xclipboard-$(XAPP_XCLIPBOARD_VERSION).tar.bz2
XAPP_XCLIPBOARD_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XCLIPBOARD_LICENSE = MIT
XAPP_XCLIPBOARD_LICENSE_FILES = COPYING
XAPP_XCLIPBOARD_DEPENDENCIES = xlib_libXaw xlib_libXmu xlib_libXt
$(eval $(autotools-package))