02a623ddf9
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
19 lines
647 B
Makefile
19 lines
647 B
Makefile
#############################################################
|
|
#
|
|
# startup-notification
|
|
#
|
|
#############################################################
|
|
STARTUP_NOTIFICATION_VERSION = 0.9
|
|
STARTUP_NOTIFICATION_SOURCE = startup-notification-$(STARTUP_NOTIFICATION_VERSION).tar.gz
|
|
STARTUP_NOTIFICATION_SITE = http://freedesktop.org/software/startup-notification/releases
|
|
STARTUP_NOTIFICATION_AUTORECONF = NO
|
|
STARTUP_NOTIFICATION_INSTALL_STAGING = YES
|
|
STARTUP_NOTIFICATION_INSTALL_TARGET = YES
|
|
|
|
STARTUP_NOTIFICATION_CONF_ENV = lf_cv_sane_realloc=yes
|
|
|
|
STARTUP_NOTIFICATION_DEPENDENCIES = uclibc
|
|
|
|
$(eval $(call AUTOTARGETS,package,startup-notification))
|
|
|