wok diff dmraid/receipt @ rev 7615

Added xorg-dev-proto to xorg-server-dev depends. Needs xorg-dev-proto for pkg-config to work with xorg-server-dev.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Dec 11 21:51:57 2010 +0000 (2010-12-11)
parents 964f5d384827
children f5b7e0c47763
line diff
     1.1 --- a/dmraid/receipt	Sat Sep 04 16:02:13 2010 +0200
     1.2 +++ b/dmraid/receipt	Sat Dec 11 21:51:57 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()