summaryrefslogtreecommitdiff
path: root/package/libfm
diff options
context:
space:
mode:
Diffstat (limited to 'package/libfm')
-rw-r--r--package/libfm/Makefile41
-rw-r--r--package/libfm/patches/patch-configure21
2 files changed, 0 insertions, 62 deletions
diff --git a/package/libfm/Makefile b/package/libfm/Makefile
deleted file mode 100644
index 0ef075cae..000000000
--- a/package/libfm/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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:= 0.1.16
-PKG_RELEASE:= 1
-PKG_MD5SUM:= c09bce415ff6dc2dd835e28aeddeabe3
-PKG_DESCR:= libfm library
-PKG_SECTION:= x11/lxde
-PKG_BUILDDEP:= menu-cache libXcursor
-PKG_DEPENDS:= menu-cache libxcursor
-PKG_URL:= http://lxde.org/
-PKG_SITES:= http://sourceforge.net/projects/pcmanfm/files/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/libfm%20%28required%20by%20PCManFM%29/
-
-PKG_SUBPKGS:= LIBFM LIBFM_DEV
-
-include $(TOPDIR)/mk/package.mk
-
-$(eval $(call PKG_template,LIBFM,libfm,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-$(eval $(call PKG_template,LIBFM_DEV,libfm-dev,$(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) -L/usr/lib
-CONFIGURE_ARGS+= --disable-gtk-doc
-
-libfm-install:
- $(INSTALL_DIR) $(IDIR_LIBFM)/usr/lib
- $(CP) $(WRKINST)/usr/lib/libfm*.so* \
- $(IDIR_LIBFM)/usr/lib
-
-libfm-install-dev:
- $(INSTALL_DIR) $(IDIR_LIBFM_DEV)/usr/lib/pkgconfig
- $(CP) $(WRKINST)/usr/lib/pkgconfig/*.pc \
- $(IDIR_LIBFM_DEV)/usr/lib/pkgconfig
- $(INSTALL_DIR) $(IDIR_LIBFM_DEV)/usr/include
- $(CP) $(WRKINST)/usr/include/* \
- $(IDIR_LIBFM_DEV)/usr/include
-
-include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/libfm/patches/patch-configure b/package/libfm/patches/patch-configure
deleted file mode 100644
index 5886afec6..000000000
--- a/package/libfm/patches/patch-configure
+++ /dev/null
@@ -1,21 +0,0 @@
---- libfm-0.1.16.orig/configure 2011-08-09 23:25:14.000000000 +0200
-+++ libfm-0.1.16/configure 2011-09-13 10:20:35.697990682 +0200
-@@ -14181,7 +14181,7 @@ cat >>confdefs.h <<_ACEOF
- _ACEOF
-
-
--ac_config_files="$ac_config_files Makefile src/Makefile src/tests/Makefile data/Makefile data/ui/Makefile po/Makefile.in docs/Makefile docs/reference/Makefile docs/reference/libfm/Makefile libfm.pc libfm-gtk.pc"
-+ac_config_files="$ac_config_files Makefile src/Makefile src/tests/Makefile data/Makefile data/ui/Makefile po/Makefile.in libfm.pc libfm-gtk.pc"
-
-
- cat >confcache <<\_ACEOF
-@@ -15237,9 +15237,6 @@ do
- "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
- "data/ui/Makefile") CONFIG_FILES="$CONFIG_FILES data/ui/Makefile" ;;
- "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
-- "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
-- "docs/reference/Makefile") CONFIG_FILES="$CONFIG_FILES docs/reference/Makefile" ;;
-- "docs/reference/libfm/Makefile") CONFIG_FILES="$CONFIG_FILES docs/reference/libfm/Makefile" ;;
- "libfm.pc") CONFIG_FILES="$CONFIG_FILES libfm.pc" ;;
- "libfm-gtk.pc") CONFIG_FILES="$CONFIG_FILES libfm-gtk.pc" ;;
- "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;