From 47d9b1a201fbe824979e79bca856cb2d95a10fff Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 16 Apr 2011 09:27:32 +0200 Subject: add more LXDE components --- package/libfm/Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 package/libfm/Makefile (limited to 'package/libfm') diff --git a/package/libfm/Makefile b/package/libfm/Makefile new file mode 100644 index 000000000..8b60a14dc --- /dev/null +++ b/package/libfm/Makefile @@ -0,0 +1,25 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include $(TOPDIR)/rules.mk + +PKG_NAME:= libfm +PKG_VERSION:= 2.0 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 188d0820aa4e8f25f3fb0519813baa68 +PKG_DESCR:= libfm library +PKG_SECTION:= libs +PKG_BUILDDEP:= menu-cache +PKG_URL:= http://lxde.org/ +PKG_SITES:= http://openadk.org/distfiles/ + +include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,LIBFM,libfm,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +libfm-install: + $(INSTALL_DIR) $(IDIR_LIBFM)/usr/lib + $(CP) $(WRKINST)/usr/lib/libfm.so* \ + $(IDIR_LIBFM)/usr/lib + +include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3