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,7 @@
config BR2_PACKAGE_XAPP_XCURSORGEN
bool "xcursorgen"
select BR2_PACKAGE_LIBPNG
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXCURSOR
help
create an X cursor file from a collection of PNG images

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2014-May/002438.html
sha256 31c8910f54eb175a8a74a60e7662697467e21a8bf948220a6048a93924b3f66c xcursorgen-1.0.6.tar.bz2

View File

@@ -0,0 +1,15 @@
################################################################################
#
# xapp_xcursorgen
#
################################################################################
XAPP_XCURSORGEN_VERSION = 1.0.6
XAPP_XCURSORGEN_SOURCE = xcursorgen-$(XAPP_XCURSORGEN_VERSION).tar.bz2
XAPP_XCURSORGEN_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XCURSORGEN_LICENSE = MIT
XAPP_XCURSORGEN_LICENSE_FILES = COPYING
XAPP_XCURSORGEN_DEPENDENCIES = libpng xlib_libX11 xlib_libXcursor
$(eval $(autotools-package))
$(eval $(host-autotools-package))