wok-next diff dmraid/receipt @ rev 7833
Fix: get-LibreOffice - because v1.0 never works, right?
author | Ben Arnold <ben@seawolfsanctuary.com> |
---|---|
date | Mon Dec 27 00:48:31 2010 +0000 (2010-12-27) |
parents | 964f5d384827 |
children | f5b7e0c47763 |
line diff
1.1 --- a/dmraid/receipt Sat Sep 04 16:02:13 2010 +0200 1.2 +++ b/dmraid/receipt Mon Dec 27 00:48:31 2010 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dmraid" 1.7 -VERSION="1.0.0.rc15" 1.8 +VERSION="1.0.0.rc16" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Device-Mapper Software Raid Tool." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -9,7 +9,7 @@ 1.13 WEB_SITE="http://people.redhat.com/~heinzm/sw/dmraid/" 1.14 WGET_URL="$WEB_SITE/src/$TARBALL" 1.15 DEPENDS="libdevmapper linux-md" 1.16 -BUILD_DEPENDS="libdevmapper-dev" 1.17 +BUILD_DEPENDS="libdevmapper libdevmapper-dev" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules()