mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
11
package/libsexy/Config.in
Normal file
11
package/libsexy/Config.in
Normal 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
|
||||
2
package/libsexy/libsexy.hash
Normal file
2
package/libsexy/libsexy.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 8c4101a8cda5fccbba85ba1a15f46f2cf75deaa8b3c525ce5b135b9e1a8fe49e libsexy-0.1.11.tar.gz
|
||||
14
package/libsexy/libsexy.mk
Normal file
14
package/libsexy/libsexy.mk
Normal 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))
|
||||
Reference in New Issue
Block a user