wok diff udev/receipt @ rev 3716

Fix: libftdi commit
author Matthew Sheets <rcx@zoominternet.net>
date Tue Jul 21 11:55:17 2009 +0000 (2009-07-21)
parents 224ef4a84da2
children 70fd687c2f6b
line diff
     1.1 --- a/udev/receipt	Thu Jun 18 23:44:08 2009 +0800
     1.2 +++ b/udev/receipt	Tue Jul 21 11:55:17 2009 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="udev"
     1.7 -VERSION="142"
     1.8 +VERSION="143"
     1.9  BUILD_WARNING="Install new udev package and rebuild hal"
    1.10  CATEGORY="base-system"
    1.11  SHORT_DESC="Udev creat automaticly right devices in /dev."
    1.12 -DEPENDS="util-linux-ng-blkid"
    1.13 -BUILD_DEPENDS="$DEPENDS util-linux-ng-blkid-dev"
    1.14 +DEPENDS="util-linux-ng-blkid glib"
    1.15 +BUILD_DEPENDS="$DEPENDS util-linux-ng-blkid-dev gperf pkg-config glib-dev"
    1.16  MAINTAINER="pankso@slitaz.org"
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18  WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
    1.19 @@ -22,6 +22,7 @@
    1.20  		--sysconfdir=/etc \
    1.21  		--enable-static \
    1.22  		$CONFIGURE_ARGS &&
    1.23 +	make &&
    1.24  	make DESTDIR=$PWD/_pkg install
    1.25  }
    1.26