wok annotate dmsetup/receipt @ rev 19111

gtk-theme-{albatross,blackbird,bluebird,greybird,orion}: define all gtk2 icon-related sizes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 06 15:40:30 2016 +0300 (2016-05-06)
parents 380ffe05937a
children 7740cc200934
rev   line source
pascal@3636 1 # SliTaz package receipt.
pascal@3636 2
pascal@3636 3 PACKAGE="dmsetup"
domcox@15405 4 VERSION="2.02.98"
pascal@3636 5 CATEGORY="system-tools"
pascal@3636 6 SHORT_DESC="Linux device mapper setup tool."
pascal@3636 7 MAINTAINER="b1+slitaz@nagel.org"
pascal@15000 8 LICENSE="GPL2"
pascal@3636 9 WEB_SITE="http://sourceware.org/dm/"
pascal@15000 10 WANTED="lvm2"
pascal@15000 11
pascal@3636 12 DEPENDS="libdevmapper"
pascal@3636 13
pascal@3636 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@3636 15 genpkg_rules()
pascal@3636 16 {
pascal@5719 17 mkdir -p $fs/usr/sbin
pascal@15000 18 cp $install/usr/sbin/dmsetup $fs/usr/sbin
pascal@3636 19 }