wok-next diff udev/receipt @ rev 20607

perdition: up 2.2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 15:57:59 2018 +0300 (2018-04-19)
parents 757d032c55c7
children 342b30daff76
line diff
     1.1 --- a/udev/receipt	Fri Mar 30 19:31:50 2018 +0300
     1.2 +++ b/udev/receipt	Thu Apr 19 15:57:59 2018 +0300
     1.3 @@ -7,7 +7,6 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  LICENSE="GPL2"
     1.6  WEB_SITE="https://www.freedesktop.org/software/systemd/man/udev.html"
     1.7 -BUILD_WARNING="Install new udev package and rebuild hal"
     1.8  
     1.9  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.10  WGET_URL="https://www.kernel.org/pub/linux/utils/kernel/hotplug/$TARBALL"
    1.11 @@ -18,6 +17,8 @@
    1.12  libgudev-dev pcre-dev xz-dev util-linux-uuid-dev"
    1.13  SPLIT="udev-dev"
    1.14  
    1.15 +BUILD_WARNING="Install new udev package and rebuild hal"
    1.16 +
    1.17  compile_rules() {
    1.18  	case "$ARCH" in
    1.19  		arm*) # ARM Hack
    1.20 @@ -45,6 +46,7 @@
    1.21  		--with-usb-ids-path=/usr/share/misc/usb.ids.gz \
    1.22  		--with-systemdsystemunitdir=no \
    1.23  		$CONFIGURE_ARGS &&
    1.24 +	fix libtool &&
    1.25  	make &&
    1.26  	make install
    1.27  }
    1.28 @@ -79,11 +81,7 @@
    1.29  			DEPENDS="util-linux-blkid pciids usbids acl kmod"
    1.30  			;;
    1.31  		*-dev)
    1.32 -			mkdir -p $fs/lib $fs/usr/lib/pkgconfig $fs/usr/include
    1.33 -			cp -a $install/lib/libudev*a $fs/lib
    1.34 -			cp -a $install/lib/pkgconfig/libudev.pc $fs/usr/lib/pkgconfig
    1.35 -			cp -a $install/usr/share/pkgconfig/* $fs/usr/lib/pkgconfig
    1.36 -			cp -a $install/usr/include/libudev.h $fs/usr/include
    1.37 +			copy @dev
    1.38  			;;
    1.39  	esac
    1.40  }