[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:
parent
f480bdfc49
commit
a7f9179cf4
@ -3,11 +3,10 @@
|
|||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v3+.
|
# This is free software, licensed under the GNU General Public License v3+.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
|
#
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
MAINTAINER:=Stefan Monnier <monnier@iro.umontreal.ca>
|
|
||||||
|
|
||||||
PKG_NAME:=LVM2
|
PKG_NAME:=LVM2
|
||||||
PKG_VERSION:=2.02.63
|
PKG_VERSION:=2.02.63
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
@ -36,6 +35,7 @@ define Package/libdevmapper
|
|||||||
DEPENDS:=+kmod-dm
|
DEPENDS:=+kmod-dm
|
||||||
TITLE:=The Linux Kernel Device Mapper userspace library
|
TITLE:=The Linux Kernel Device Mapper userspace library
|
||||||
URL:=http://sourceware.org/dm/
|
URL:=http://sourceware.org/dm/
|
||||||
|
MAINTAINER:=Stefan Monnier <monnier@iro.umontreal.ca>
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libdevmapper/description
|
define Package/libdevmapper/description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user