wok-6.x diff dmsetup/receipt @ rev 4592
update get-wifi-firmaware; rt2860,rt2870 fw now in kernel; rt73,rt61 WGET_URL temporarily fixed using Arch sources
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Fri Dec 11 12:21:27 2009 +0000 (2009-12-11) |
parents | |
children | 106524d1828e |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dmsetup/receipt Fri Dec 11 12:21:27 2009 +0000 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="dmsetup" 1.7 +VERSION="1.02.27" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Linux device mapper setup tool." 1.10 +MAINTAINER="b1+slitaz@nagel.org" 1.11 +WEB_SITE="http://sourceware.org/dm/" 1.12 +DEPENDS="libdevmapper" 1.13 +WANTED="libdevmapper" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/sbin 1.19 + cp $src/dmsetup/dmsetup $fs/sbin 1.20 +}