Changeset 22492
- Timestamp:
- 2010-08-04T19:21:56+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
packages/utils/joe/Makefile
r16801 r22492 6 6 # 7 7 8 # changes by David Kuehling <dvdkhlng TA gmx TOD de>: 9 # 10 # - include support for all emulation modes jmacs jpico etc. 11 # - see patches/002-builtinrc.patch 12 8 13 include $(TOPDIR)/rules.mk 9 14 10 15 PKG_NAME:=joe 11 16 PKG_VERSION:=3.7 12 PKG_RELEASE:= 117 PKG_RELEASE:=3 13 18 14 19 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz 15 20 PKG_SOURCE_URL:=@SF/joe-editor 16 21 PKG_MD5SUM:=66de1b073e869ba12abbfcde3885c577 22 23 PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) 17 24 18 25 include $(INCLUDE_DIR)/package.mk … … 28 35 29 36 define Package/joe/description 30 Joe is world-famous Wordstar like text editor. 37 Joe is world-famous Wordstar like text editor, that also features 38 Emacs and Pico emulation 31 39 endef 32 40 … … 34 42 $(INSTALL_DIR) $(1)/usr/bin 35 43 $(INSTALL_BIN) $(PKG_BUILD_DIR)/joe $(1)/usr/bin/ 44 for i in jmacs jstar rjoe jpico; do \ 45 ln -sf joe $(1)/usr/bin/$$$$i; \ 46 done 36 47 endef 37 48
Note: See TracChangeset
for help on using the changeset viewer.