This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

11
package/libsexy/Config.in Normal file
View File

@@ -0,0 +1,11 @@
config BR2_PACKAGE_LIBSEXY
bool "libsexy"
depends on BR2_PACKAGE_LIBGTK2
select BR2_PACKAGE_LIBXML2
help
libsexy is a collection of GTK+ widgets that extend the
functionality of such standard widgets as GtkEntry and
GtkLabel by subclassing them and working around the
limitations of the widgets.
http://www.chipx86.com/wiki/Libsexy

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 8c4101a8cda5fccbba85ba1a15f46f2cf75deaa8b3c525ce5b135b9e1a8fe49e libsexy-0.1.11.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# libsexy
#
################################################################################
LIBSEXY_VERSION = 0.1.11
LIBSEXY_SITE = http://releases.chipx86.com/libsexy/libsexy
LIBSEXY_DEPENDENCIES = libgtk2 libxml2
LIBSEXY_INSTALL_STAGING = YES
LIBSEXY_LICENSE = LGPL-2.1+
LIBSEXY_LICENSE_FILES = COPYING
$(eval $(autotools-package))