summaryrefslogtreecommitdiff
path: root/package/libfm/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-18 11:04:10 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-18 11:04:10 +0200
commit3ec8f60098663d824db8ae45cd02240b5df55d1f (patch)
treea1e1a550841c70c57bcaa6f72837650d66782954 /package/libfm/Makefile
parentcb11a40075cb65aec0a73f98751aa4879ab73719 (diff)
parent66a6c153d5db95eb0f35861269a7f5459f387e55 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libfm/Makefile')
-rw-r--r--package/libfm/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/package/libfm/Makefile b/package/libfm/Makefile
index 8b60a14dc..29bd5eb1e 100644
--- a/package/libfm/Makefile
+++ b/package/libfm/Makefile
@@ -5,11 +5,12 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= libfm
PKG_VERSION:= 2.0
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 188d0820aa4e8f25f3fb0519813baa68
PKG_DESCR:= libfm library
-PKG_SECTION:= libs
+PKG_SECTION:= x11/lxde
PKG_BUILDDEP:= menu-cache
+PKG_DEPENDS:= menu-cache
PKG_URL:= http://lxde.org/
PKG_SITES:= http://openadk.org/distfiles/
@@ -17,9 +18,13 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,LIBFM,libfm,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+CPPFLAGS_FOR_BUILD+= $(shell pkg-config --cflags glib-2.0)
+LDFLAGS_FOR_BUILD+= $(shell pkg-config --libs glib-2.0)
+CONFIGURE_ARGS+= --disable-gtk-doc
+
libfm-install:
$(INSTALL_DIR) $(IDIR_LIBFM)/usr/lib
- $(CP) $(WRKINST)/usr/lib/libfm.so* \
+ $(CP) $(WRKINST)/usr/lib/libfm*.so* \
$(IDIR_LIBFM)/usr/lib
include ${TOPDIR}/mk/pkg-bottom.mk