wok-current rev 21111
updated libaio and libaio-dev (0.3.92 -> 0.3.111)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 19 15:26:48 2019 +0100 (2019-03-19) |
parents | 0092ce369ef4 |
children | 0f27c5584871 |
files | libaio-dev/receipt libaio/receipt |
line diff
1.1 --- a/libaio-dev/receipt Tue Mar 19 15:04:43 2019 +0100 1.2 +++ b/libaio-dev/receipt Tue Mar 19 15:26:48 2019 +0100 1.3 @@ -1,21 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libaio-dev" 1.7 -VERSION="0.3.92" 1.8 +VERSION="0.3.111" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Linux-native asynchronous I/O access library, development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="LGPL2.1" 1.13 -WEB_SITE="https://www.kernel.org/pub/linux/kernel/people/bcrl/aio/" 1.14 +WEB_SITE="WEB_SITE="http://lse.sourceforge.net/io/aio.html" 1.15 + 1.16 WANTED="libaio" 1.17 - 1.18 DEPENDS="libaio" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib $fs/usr/include 1.24 + 1.25 install -D -m 644 $src/src/libaio.h $fs/usr/include/libaio.h 1.26 install -D -m 644 $src/src/libaio.a $fs/usr/lib/libaio.a 1.27 } 1.28 -
2.1 --- a/libaio/receipt Tue Mar 19 15:04:43 2019 +0100 2.2 +++ b/libaio/receipt Tue Mar 19 15:26:48 2019 +0100 2.3 @@ -1,14 +1,15 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libaio" 2.7 -VERSION="0.3.92" 2.8 +VERSION="0.3.111" 2.9 CATEGORY="misc" 2.10 SHORT_DESC="Linux-native asynchronous I/O access library." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="LGPL2.1" 2.13 -TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 -WEB_SITE="https://www.kernel.org/pub/linux/kernel/people/bcrl/aio/" 2.15 -WGET_URL="${WEB_SITE}$TARBALL" 2.16 +WEB_SITE="http://lse.sourceforge.net/io/aio.html" 2.17 + 2.18 +TARBALL="${PACKAGE}_$VERSION.orig.tar.gz" 2.19 +WGET_URL="http://ftp.de.debian.org/debian/pool/main/liba/$PACKAGE/$TARBALL" 2.20 2.21 DEPENDS="" 2.22 BUILD_DEPENDS="" 2.23 @@ -27,4 +28,3 @@ 2.24 install -D -m 755 $src/src/libaio.so.1 $fs/usr/lib/libaio.so.1 2.25 ln -sf libaio.so.1 $fs/usr/lib/libaio.so 2.26 } 2.27 -