massive Makefile cleanup, add missing 'svn:keywords' property
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5348 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -11,12 +11,13 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=nano
|
||||
PKG_VERSION:=1.3.8
|
||||
PKG_RELEASE:=1
|
||||
PKG_MD5SUM:=20633397bf5d462255f37dfcc7cad4e7
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.ewtoo.org/~astyanax/nano/dist/v1.3 \
|
||||
http://www.nano-editor.org/dist/v1.3
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_MD5SUM:=20633397bf5d462255f37dfcc7cad4e7
|
||||
PKG_CAT:=zcat
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||
|
||||
@ -27,24 +28,24 @@ define Package/nano
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+libncurses
|
||||
TITLE:=An enhanced clone of the Pico text editor
|
||||
DESCRIPTION:=GNU nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone of the Pico text editor..
|
||||
DESCRIPTION:=\
|
||||
GNU nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone \\\
|
||||
of the Pico text editor..
|
||||
URL:=http://www.nano-editor.org/
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default,--enable-shared \
|
||||
--disable-static \
|
||||
--with-gnu-ld \
|
||||
--disable-rpath \
|
||||
--enable-tiny \
|
||||
--disable-glibtest \
|
||||
--disable-utf8 \
|
||||
--without-slang,ac_cv_header_regex_h=no)
|
||||
$(call Build/Configure/Default, \
|
||||
--enable-tiny \
|
||||
--disable-glibtest \
|
||||
--disable-utf8 \
|
||||
--without-slang \
|
||||
, \
|
||||
ac_cv_header_regex_h=no \
|
||||
)
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
rm -rf $(PKG_INSTALL_DIR)
|
||||
mkdir -p $(PKG_INSTALL_DIR)
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||
all install
|
||||
|
Reference in New Issue
Block a user