Split libdevmapper off into separate package

This commit is contained in:
2018-07-30 14:16:50 -05:00
parent dd675e06c3
commit 0f9cf2f423
2 changed files with 34 additions and 5 deletions

18
Makefile.libdevmapper Normal file
View File

@@ -0,0 +1,18 @@
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation here:
# (http://www.gnu.org/licenses/gpl-2.0.html)
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
DEPENDS =
REPO = main
BRIEF = The device mapper userspace library
DESC = The Device-mapper is a component of the linux kernel \
(since version 2.6) that supports logical volume management. \
It is required by LVM2 and EVMS
include /usr/share/snap/Makefile.snaplinux