wok-6.x diff eudev/receipt @ rev 24523

updated eudev, eudev-dev and eudev-lib (3.2.9 -> 3.2.11)
author Hans-G?nter Theisgen
date Tue Feb 22 17:00:18 2022 +0100 (2022-02-22)
parents 83927a09d38d
children 42a93682ac45
line diff
     1.1 --- a/eudev/receipt	Thu Oct 14 06:54:52 2021 +0000
     1.2 +++ b/eudev/receipt	Tue Feb 22 17:00:18 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="eudev"
     1.7 -VERSION="3.2.9"
     1.8 +VERSION="3.2.11"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Fork of udev to avoid depending on systemd."
    1.11  MAINTAINER="tcg.thegamer@gmail.com"
    1.12 @@ -9,12 +9,12 @@
    1.13  WEB_SITE="https://wiki.gentoo.org/wiki/Project:Eudev"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WGET_URL="https://dev.gentoo.org/~blueness/$PACKAGE/$TARBALL"
    1.17 +WGET_URL="https://github.com/eudev-project/$PACKAGE/archive/refs/tags/v$VERSION.tar.gz"
    1.18  
    1.19  PROVIDE="udev"
    1.20  DEPENDS="acl dbus kmod pciids usbids util-linux-blkid eudev-lib"
    1.21 -BUILD_DEPENDS="acl-dev dbus-dev gperf kmod-dev pcre-dev pkg-config 
    1.22 -	util-linux-blkid-dev util-linux-uuid-dev"
    1.23 +BUILD_DEPENDS="acl-dev automake dbus-dev gperf kmod-dev libtool
    1.24 +	pcre-dev pkg-config util-linux-blkid-dev util-linux-uuid-dev"
    1.25  
    1.26  current_version()
    1.27  {
    1.28 @@ -29,6 +29,7 @@
    1.29  	#	--disable-keymap
    1.30  	#	--enable-floppy
    1.31  
    1.32 +	./autogen.sh &&
    1.33  	./configure			\
    1.34  		--sysconfdir=/etc	\
    1.35  		--exec-prefix=""	\
    1.36 @@ -38,7 +39,7 @@
    1.37  		--enable-rule-generator	\
    1.38  		$CONFIGURE_ARGS &&
    1.39  	make &&
    1.40 -	make DESTDIR=$DESTDIR install
    1.41 +	make install DESTDIR=$DESTDIR
    1.42  }
    1.43  
    1.44  # Rules to gen a SliTaz package suitable for Tazpkg.