mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-23 01:22:49 +02:00
kbd: update to 1.15.3
This commit is contained in:
parent
b9fad493f5
commit
321ebf214a
@ -1,5 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006-2008 OpenWrt.org
|
# Copyright (C) 2006-2008 OpenWrt.org
|
||||||
|
# Copyright (C) 2012 Xiangfu <xiangfu@openmobilefree.net>
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -8,14 +9,15 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=kbd
|
PKG_NAME:=kbd
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
PKG_VERSION:=1.15.1
|
PKG_VERSION:=1.15.3
|
||||||
PKG_SOURCE_URL:=ftp://ftp.kernel.org/pub/linux/utils/kbd
|
PKG_SOURCE_URL:=http://mirror.anl.gov/pub/linux/utils/kbd/
|
||||||
PKG_SOURCE:=kbd-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=kbd-$(PKG_VERSION).tar.gz
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/kbd/Default
|
define Package/kbd/Default
|
||||||
|
MAINTAINER:="Xiangfu Liu" <xiangfu@openmobilefree.net>
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
URL:=ftp://ftp.kernel.org/pub/linux/utils/kbd
|
URL:=ftp://ftp.kernel.org/pub/linux/utils/kbd
|
||||||
|
Loading…
Reference in New Issue
Block a user