mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 05:53:30 +08:00
added gqview
This commit is contained in:
parent
dab3cd675c
commit
1eed6280f7
7
package/gqview/Config.in
Normal file
7
package/gqview/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_GQVIEW
|
||||
bool "gqview"
|
||||
default n
|
||||
help
|
||||
GQview is an image viewer for Unix operating systems (developed on Linux).
|
||||
|
||||
http://prdownloads.sourceforge.net/gqview
|
11
package/gqview/gqview-2.1.5-make.patch
Normal file
11
package/gqview/gqview-2.1.5-make.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/src/Makefile.in 2006-12-02 20:41:25.000000000 -0500
|
||||
+++ b/src/Makefile.in 2008-02-13 14:00:25.000000000 -0500
|
||||
@@ -200,7 +200,7 @@ SUBDIRS = icons
|
||||
DIST_SUBDIRS = icons
|
||||
INCLUDES = -I$(srcdir) -I$(builddir) \
|
||||
-I$(top_srcdir) -I$(top_builddir) \
|
||||
- -I$(includedir) $(GTK_CFLAGS)
|
||||
+ $(GTK_CFLAGS)
|
||||
|
||||
module_SLIK = \
|
||||
intl.h \
|
18
package/gqview/gqview.mk
Normal file
18
package/gqview/gqview.mk
Normal file
@ -0,0 +1,18 @@
|
||||
#############################################################
|
||||
#
|
||||
# gqview
|
||||
#
|
||||
#############################################################
|
||||
GQVIEW_VERSION = 2.1.5
|
||||
GQVIEW_SOURCE = gqview-$(GQVIEW_VERSION).tar.gz
|
||||
GQVIEW_SITE = http://prdownloads.sourceforge.net/gqview
|
||||
GQVIEW_AUTORECONF = NO
|
||||
GQVIEW_INSTALL_STAGING = NO
|
||||
GQVIEW_INSTALL_TARGET = YES
|
||||
|
||||
GQVIEW_CONF_OPT = PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig
|
||||
|
||||
GQVIEW_DEPENDENCIES = uclibc libgtk2
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,gqview))
|
||||
|
Loading…
Reference in New Issue
Block a user