add dtach (thanks to h3sp4wn, closes: #834)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5049 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fd583b6b16
commit
9542ede0e2
43
utils/dtach/Makefile
Normal file
43
utils/dtach/Makefile
Normal file
@ -0,0 +1,43 @@
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
# $Id$
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=dtach
|
||||
PKG_VERSION:=0.6
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/dtach
|
||||
PKG_MD5SUM:=13d5b834a7855f2448dbf33e0d3d3af8
|
||||
PKG_CAT:=zcat
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/dtach
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=A program that emulates the dtach feature of screen
|
||||
URL:=http://dtach.sourceforge.net/
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default)
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR)
|
||||
endef
|
||||
|
||||
define Package/dtach/install
|
||||
install -d -m0755 $(1)/usr/bin
|
||||
install -m0755 $(PKG_BUILD_DIR)/dtach $(1)/usr/bin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,dtach))
|
Loading…
x
Reference in New Issue
Block a user