packages/remind: powerful commandline reminder
[juhosg: remove SVN keywords, add license header, change package version to 3.01.12] Signed-off-by: Xiangfu <xiangfu.z@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/packages@30934 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1a49430aec
commit
c781161607
45
utils/remind/Makefile
Normal file
45
utils/remind/Makefile
Normal file
@ -0,0 +1,45 @@
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=remind
|
||||
PKG_VERSION:=03.01.12
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=remind-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.roaringpenguin.com/files/download/
|
||||
PKG_MD5SUM:=de16cbfc3ee94defcb1abdf78b2ebcd1
|
||||
PKG_CAT:=zcat
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/remind-$(PKG_VERSION)
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/remind
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Reminder
|
||||
URL:=http://www.roaringpenguin.com/files/download/
|
||||
endef
|
||||
|
||||
define Package/remind/description
|
||||
Remind is a powerfull commadline reminder.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--prefix=/usr --with-linux-headers="$(LINUX_DIR)" \
|
||||
)
|
||||
endef
|
||||
|
||||
define Package/remind/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin/
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/remind $(1)/usr/bin/
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/rem2ps $(1)/usr/bin/
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/www/rem2html $(1)/usr/bin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,remind))
|
Loading…
x
Reference in New Issue
Block a user