[packages] lvm2: move the maintainer variable inside the Package definition

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21003 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
swalker 2010-04-18 21:50:04 +00:00
parent f480bdfc49
commit a7f9179cf4

View File

@ -3,11 +3,10 @@
#
# This is free software, licensed under the GNU General Public License v3+.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
MAINTAINER:=Stefan Monnier <monnier@iro.umontreal.ca>
PKG_NAME:=LVM2
PKG_VERSION:=2.02.63
PKG_RELEASE:=1
@ -36,6 +35,7 @@ define Package/libdevmapper
DEPENDS:=+kmod-dm
TITLE:=The Linux Kernel Device Mapper userspace library
URL:=http://sourceware.org/dm/
MAINTAINER:=Stefan Monnier <monnier@iro.umontreal.ca>
endef
define Package/libdevmapper/description