785d6cc6d0
Also remove some redundant or predefined configure/make args in these packages. Patch by Markus Heidelberg.
17 lines
457 B
Makefile
17 lines
457 B
Makefile
#############################################################
|
|
#
|
|
# midori
|
|
#
|
|
#############################################################
|
|
|
|
MIDORI_VERSION = 0.0.18
|
|
MIDORI_SOURCE = midori-$(MIDORI_VERSION).tar.gz
|
|
MIDORI_SITE = http://software.twotoasts.de/media/midori/
|
|
MIDORI_AUTORECONF = YES
|
|
MIDORI_INSTALL_STAGING = NO
|
|
MIDORI_INSTALL_TARGET = YES
|
|
|
|
MIDORI_DEPENDENCIES = uclibc pkgconfig webkit libsexy $(XSERVER)
|
|
|
|
$(eval $(call AUTOTARGETS,package,midori))
|