added pcmanfm file manager

This commit is contained in:
John Voltz 2008-03-06 18:21:04 +00:00
parent 5cbf9daa23
commit e5caaac6b9
2 changed files with 29 additions and 0 deletions

10
package/pcmanfm/Config.in Normal file
View File

@ -0,0 +1,10 @@
config BR2_PACKAGE_PCMANFM
bool "pcmanfm"
select BR2_PACKAGE_GAMIN
select BR2_PACKAGE_STARTUP_NOTIFICATION
select BR2_PACKAGE_LIBGTK2
default n
help
An extremly fast and lightweight file manager which features tabbed browsing and user-friendly interface.
http://internap.dl.sourceforge.net/sourceforge/pcmanfm

View File

@ -0,0 +1,19 @@
#############################################################
#
# pcmanfm
#
#############################################################
PCMANFM_VERSION = 0.3.5.9
PCMANFM_SOURCE = pcmanfm-$(PCMANFM_VERSION).tar.gz
PCMANFM_SITE = http://internap.dl.sourceforge.net/sourceforge/pcmanfm
PCMANFM_AUTORECONF = NO
PCMANFM_INSTALL_STAGING = NO
PCMANFM_INSTALL_TARGET = YES
PCMANFM_CONF_ENV = PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig
PCMANFM_CONF_OPT = --disable-hal
PCMANFM_DEPENDENCIES = uclibc libgtk2 gamin startup-notification
$(eval $(call AUTOTARGETS,package,pcmanfm))