summaryrefslogtreecommitdiff
path: root/package/editors/vim/vim.mk
AgeCommit message (Collapse)Author
2009-03-18pkgconfig: add pkgconfig package for targetPeter Korsgaard
The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target.
2009-03-15vim: really fix patch downloadPeter Korsgaard
Thanks to Markus Heidelberg for noticing.
2009-03-09vim: fixup patch download location after change to DOWNLOAD macro.Peter Korsgaard
Closes #161.
2009-02-08vim: cleanup sed invocationPeter Korsgaard
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-10-26vim: add TARGET_CONFIGURE_OPTSPeter Korsgaard
Patch by Markus Heidelberg.
2008-10-26package: cleanup PKG_CONFIG_SYSROOTPeter Korsgaard
PKG_CONFIG_SYSROOT_DIR and friends get set in package/Makefile.in, so there's no need to set it in the makefiles of the individual packages as well. Based on a patch by Markus Heidelberg.
2008-10-19vim: use $(MAKE) instead of hardcoding makePeter Korsgaard
2008-10-06vim:Wade Berrier
-Apply patches from list (http://buildroot.uclibc.org/lists/buildroot/2008-July/009846.html http://buildroot.uclibc.org/lists/buildroot/2008-August/010104.html) -add more vim patches -Switch to http vs ftp since ftp is slow -Fix configure.patch to apply cleanly after patch update
2008-06-14packages: fix pkgconfig depencies and select pkgconfig where neededPeter Korsgaard
2008-03-06added vim and editors directoryJohn Voltz