diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-21 08:12:49 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-21 08:12:49 +0000 |
commit | ec8fa5540e88f076526bfaa388c8a4d406e37bff (patch) | |
tree | 9746d68e62ad8ee899d82224609b6e7924364e40 /openwrt/package/lcd4linux/Makefile | |
parent | 0d8d0c34edda6c930a1dcda0f057ac514ef90f80 (diff) |
add md5sums
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@405 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/lcd4linux/Makefile')
-rw-r--r-- | openwrt/package/lcd4linux/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/openwrt/package/lcd4linux/Makefile b/openwrt/package/lcd4linux/Makefile index c283a61e87..a35e5ebfe1 100644 --- a/openwrt/package/lcd4linux/Makefile +++ b/openwrt/package/lcd4linux/Makefile @@ -1,14 +1,12 @@ -############################################################# -# -# lcd4linux -# -############################################################# +# $Id$ + include $(TOPDIR)/rules.mk PKG_NAME:=lcd4linux PKG_VERSION:=0.10.0-RC1 PKG_RELEASE:=1 PKG_MD5SUM:=bab64ac01ebdce7e46ab367351af839f + PKG_SOURCE_URL:=@SF/lcd4linux/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) |