wok-6.x 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 | 019b8bee1f99 |
children | 42a93682ac45 |
files | eudev-dev/receipt eudev-lib/receipt eudev/description.txt eudev/receipt |
line diff
1.1 --- a/eudev-dev/receipt Tue Feb 22 15:52:03 2022 +0100 1.2 +++ b/eudev-dev/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-dev" 1.7 -VERSION="3.2.9" 1.8 +VERSION="3.2.11" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Eudev development files (libudev)." 1.11 MAINTAINER="tcg.thegamer@gmail.com"
2.1 --- a/eudev-lib/receipt Tue Feb 22 15:52:03 2022 +0100 2.2 +++ b/eudev-lib/receipt Tue Feb 22 17:00:18 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="eudev-lib" 2.7 -VERSION="3.2.9" 2.8 +VERSION="3.2.11" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Eudev library files (libudev)." 2.11 MAINTAINER="tcg.thegamer@gmail.com"
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/eudev/description.txt Tue Feb 22 17:00:18 2022 +0100 3.3 @@ -0,0 +1,8 @@ 3.4 +Eudev is a fork of systemd-udev with the goal of obtaining better 3.5 +compatibility with existing software such as OpenRC and Upstart, 3.6 +older kernels, various toolchains, and anything else required by 3.7 +users and various distributions. 3.8 + 3.9 +In specific it tries to avoid glibc-specific functions and 3.10 +gcc-specific constructs by sticking to C99 while tracking closely 3.11 +the systemd-udev developments.
4.1 --- a/eudev/receipt Tue Feb 22 15:52:03 2022 +0100 4.2 +++ b/eudev/receipt Tue Feb 22 17:00:18 2022 +0100 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="eudev" 4.7 -VERSION="3.2.9" 4.8 +VERSION="3.2.11" 4.9 CATEGORY="base-system" 4.10 SHORT_DESC="Fork of udev to avoid depending on systemd." 4.11 MAINTAINER="tcg.thegamer@gmail.com" 4.12 @@ -9,12 +9,12 @@ 4.13 WEB_SITE="https://wiki.gentoo.org/wiki/Project:Eudev" 4.14 4.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.16 -WGET_URL="https://dev.gentoo.org/~blueness/$PACKAGE/$TARBALL" 4.17 +WGET_URL="https://github.com/eudev-project/$PACKAGE/archive/refs/tags/v$VERSION.tar.gz" 4.18 4.19 PROVIDE="udev" 4.20 DEPENDS="acl dbus kmod pciids usbids util-linux-blkid eudev-lib" 4.21 -BUILD_DEPENDS="acl-dev dbus-dev gperf kmod-dev pcre-dev pkg-config 4.22 - util-linux-blkid-dev util-linux-uuid-dev" 4.23 +BUILD_DEPENDS="acl-dev automake dbus-dev gperf kmod-dev libtool 4.24 + pcre-dev pkg-config util-linux-blkid-dev util-linux-uuid-dev" 4.25 4.26 current_version() 4.27 { 4.28 @@ -29,6 +29,7 @@ 4.29 # --disable-keymap 4.30 # --enable-floppy 4.31 4.32 + ./autogen.sh && 4.33 ./configure \ 4.34 --sysconfdir=/etc \ 4.35 --exec-prefix="" \ 4.36 @@ -38,7 +39,7 @@ 4.37 --enable-rule-generator \ 4.38 $CONFIGURE_ARGS && 4.39 make && 4.40 - make DESTDIR=$DESTDIR install 4.41 + make install DESTDIR=$DESTDIR 4.42 } 4.43 4.44 # Rules to gen a SliTaz package suitable for Tazpkg.