Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_XAPP_XCLIPBOARD
|
||||
bool "xclipboard"
|
||||
select BR2_PACKAGE_XLIB_LIBXAW
|
||||
help
|
||||
interchange between cut buffer and selection
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2013-September/002299.html
|
||||
sha256 9c0e0a1f4f1d49f73c6cf3ccd27b5ca0e18afc63679f1a1ee466b1d82446ebb5 xclipboard-1.1.3.tar.bz2
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user