swalker 1c084f207e [packages] mtd-utils, icmptx, shell-fm, hasciicam: use $(PKG_REV) to store the commit id
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20295 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-19 04:50:26 +00:00

43 lines
917 B
Makefile

#
# Copyright (C) 2009-2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=hasciicam
PKG_REV:=262f56eb307f9a0d4bee04d38e0adde7e4257d87
PKG_VERSION:=20080922
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=git://git.dyne.org/$(PKG_NAME).git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
define Package/hasciicam
SECTION:=multimedia
CATEGORY:=Multimedia
TITLE:=Live ASCII video feeds
URL:=http://ascii.dyne.org/
DEPENDS:= +libaa
endef
CONFIGURE_VARS += \
LIBS="-lncurses" \
define Package/hasciicam/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/hasciicam $(1)/usr/bin/
endef
$(eval $(call BuildPackage,hasciicam))