Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packages/devel: bump devel packages #3286

Merged
merged 26 commits into from Feb 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9243cc8
config/functions: add cross-compile property support
MilhouseVH Feb 1, 2019
95eb619
glibc: update to glibc-2.29
MilhouseVH Jan 31, 2019
7ffc044
gdb: update to gdb-8.2.1
MilhouseVH Feb 1, 2019
21c71b7
glib: update to glib-2.59.1, switch to meson
MilhouseVH Feb 1, 2019
0a3d869
libaio: update to libaio-0.3.111
MilhouseVH Feb 1, 2019
a900ca0
flatbuffers: update to flatbuffers-1.10.0
MilhouseVH Feb 1, 2019
925bdf9
elfutils: update to elfutils-0.175
MilhouseVH Feb 1, 2019
7bea6bd
libftdi1: update to libftdi1-1.4
MilhouseVH Feb 1, 2019
5cb8fbf
libusb: update to libusb-1.0.22
MilhouseVH Feb 1, 2019
747151e
flex: update to flex-2.6.0
MilhouseVH Feb 1, 2019
227fc6c
fribidi: update to fribidi-1.0.5
MilhouseVH Feb 1, 2019
bdc0e59
mpfr: update to mpfr-4.0.1
MilhouseVH Feb 1, 2019
6c86e66
mpc: update to mpc-1.1.0
MilhouseVH Feb 1, 2019
e8ec142
cmake: update to cmake-3.13.4
MilhouseVH Feb 1, 2019
53cbb9f
libcap: update to libcap-2.26
MilhouseVH Feb 1, 2019
e229b0a
libfmt: update to libfmt-5.3.0
MilhouseVH Feb 1, 2019
9a80218
readline: update to readline-8.0
MilhouseVH Feb 1, 2019
4f3bc3e
meson: update to meson-0.49.1
MilhouseVH Feb 1, 2019
ad6c9ea
systemd: fix meson 0.49.1 compatability
MilhouseVH Feb 2, 2019
c05928e
gtk3: update to gtk3-3.24.4
MilhouseVH Feb 2, 2019
5cc1cad
pango: update to pango-1.43.0
MilhouseVH Feb 2, 2019
6214bb7
gdk-pixbuf: update to gdk-pixbuf-2.38.0
MilhouseVH Feb 2, 2019
126a060
ninja: update to ninja-1.9.0
MilhouseVH Feb 2, 2019
a8152c3
libarchive: update to libarchive-3.3.3, drop ninja-1.9.0 incompatible…
MilhouseVH Feb 2, 2019
cb21c54
binutils: update to binutils-2.32
MilhouseVH Feb 3, 2019
29d3fa3
libretro-mame: fix genie/glibc cross-compile issue
MilhouseVH Feb 7, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion config/functions
Expand Up @@ -332,7 +332,7 @@ setup_toolchain() {
}

create_meson_conf() {
local endian root
local endian root properties
case "$1" in
target|init) endian="little"
root="$SYSROOT_PREFIX/usr"
Expand All @@ -342,6 +342,8 @@ create_meson_conf() {
;;
esac

properties="PKG_MESON_PROPERTIES_${1^^}"

cat > $2 <<EOF
[binaries]
c = '$CC'
Expand All @@ -361,6 +363,7 @@ endian = '$endian'
root = '$root'
$(python -c "import os; print('c_args = {}'.format([x for x in os.getenv('CFLAGS').split()]))")
$(python -c "import os; print('c_link_args = {}'.format([x for x in os.getenv('LDFLAGS').split()]))")
${!properties}
EOF
}

Expand Down
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="gdk-pixbuf"
PKG_VERSION="2.36.12"
PKG_SHA256="fff85cf48223ab60e3c3c8318e2087131b590fd6f1737e42cb3759a3b427a334"
PKG_VERSION="2.38.0"
PKG_SHA256="dd50973c7757bcde15de6bcd3a6d462a445efd552604ae6435a0532fbbadae47"
PKG_LICENSE="OSS"
PKG_SITE="http://www.gtk.org/"
PKG_URL="https://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/${PKG_VERSION:0:4}/gdk-pixbuf-$PKG_VERSION.tar.xz"
Expand Down
9 changes: 5 additions & 4 deletions packages/addons/addon-depends/chrome-depends/gtk3/package.mk
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="gtk3"
PKG_VERSION="3.22.30"
PKG_SHA256="a1a4a5c12703d4e1ccda28333b87ff462741dc365131fbc94c218ae81d9a6567"
PKG_VERSION="3.24.4"
PKG_SHA256="d84f59ff02a87cc90c9df4a572a13eca4e3506e2bf511e2b9cbdb4526fa0cb9c"
PKG_LICENSE="LGPL"
PKG_SITE="http://www.gtk.org/"
PKG_URL="https://ftp.gnome.org/pub/gnome/sources/gtk+/${PKG_VERSION:0:4}/gtk+-$PKG_VERSION.tar.xz"
Expand All @@ -25,8 +25,9 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-cups \

pre_configure_target() {
LIBS="$LIBS -lXcursor"
export PKG_CONFIG_PATH="$(get_build_dir pango)/.$TARGET_NAME"
export CFLAGS="$CFLAGS -I$(get_build_dir pango) -L$(get_build_dir pango)/.$TARGET_NAME/pango"
export PKG_CONFIG_PATH="$(get_build_dir pango)/.$TARGET_NAME/meson-private:$(get_build_dir gdk-pixbuf)/.$TARGET_NAME/meson-private:$(get_build_dir shared-mime-info)/.$TARGET_NAME"
export CFLAGS="$CFLAGS -I$(get_build_dir pango) -I$(get_build_dir pango)/.$TARGET_NAME -L$(get_build_dir pango)/.$TARGET_NAME/pango"
export GLIB_COMPILE_RESOURCES=glib-compile-resources GLIB_MKENUMS=glib-mkenums GLIB_GENMARSHAL=glib-genmarshal
}

makeinstall_target() {
Expand Down
4 changes: 2 additions & 2 deletions packages/addons/addon-depends/chrome-depends/pango/package.mk
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="pango"
PKG_VERSION="1.42.1"
PKG_SHA256="915a6756b298578ff27c7a6393f8c2e62e6e382f9411f2504d7af1a13c7bce32"
PKG_VERSION="1.43.0"
PKG_SHA256="d2c0c253a5328a0eccb00cdd66ce2c8713fabd2c9836000b6e22a8b06ba3ddd2"
PKG_LICENSE="GPL"
PKG_SITE="http://www.pango.org/"
PKG_URL="https://ftp.gnome.org/pub/gnome/sources/pango/${PKG_VERSION:0:4}/pango-$PKG_VERSION.tar.xz"
Expand Down
9 changes: 6 additions & 3 deletions packages/compress/libarchive/package.mk
Expand Up @@ -2,17 +2,20 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="libarchive"
PKG_VERSION="3.3.2"
PKG_SHA256="ed2dbd6954792b2c054ccf8ec4b330a54b85904a80cef477a1c74643ddafa0ce"
PKG_VERSION="3.3.3"
PKG_SHA256="ba7eb1781c9fbbae178c4c6bad1c6eb08edab9a1496c64833d1715d022b30e2e"
PKG_LICENSE="GPL"
PKG_SITE="https://www.libarchive.org"
PKG_URL="https://www.libarchive.org/downloads/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_HOST="toolchain"
PKG_DEPENDS_TARGET="toolchain"
PKG_SHORTDESC="A multi-format archive and compression library."

PKG_CMAKE_OPTS_TARGET="-DENABLE_SHARED=0 -DENABLE_STATIC=1 -DCMAKE_POSITION_INDEPENDENT_CODE=1 -DENABLE_EXPAT=0 -DENABLE_ICONV=0 -DENABLE_LIBXML2=0 -DENABLE_LZO=1 -DENABLE_TEST=0 -DENABLE_COVERAGE=0"
PKG_CMAKE_OPTS_TARGET="-DCMAKE_POSITION_INDEPENDENT_CODE=1 -DENABLE_EXPAT=0 -DENABLE_ICONV=0 -DENABLE_LIBXML2=0 -DENABLE_LZO=1 -DENABLE_TEST=0 -DENABLE_COVERAGE=0"

post_makeinstall_target() {
rm -rf $INSTALL

# delete the shared library as we only want static
rm $SYSROOT_PREFIX/usr/lib/libarchive.so*
}
@@ -1,11 +1,14 @@
From f3c2f0ca7916288c72da07a2c3352b85b8f96e55 Mon Sep 17 00:00:00 2001
From cd88d92aa23f6f32aedd54f9a83c118ede4ee799 Mon Sep 17 00:00:00 2001
From: Arne Morten Kvarving <arne.morten.kvarving@sintef.no>
Date: Sat, 11 Nov 2017 23:42:40 +0100
Subject: [PATCH] die Werror

---
CMakeLists.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 73bf07b..08e8f49 100644
index 80871bc..9bd5165 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -96,7 +96,7 @@ IF (CMAKE_C_COMPILER_ID MATCHES "^GNU$")
Expand All @@ -26,7 +29,7 @@ index 73bf07b..08e8f49 100644
SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -Wextra")
SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -Wunused")
SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -Wshadow")
@@ -133,7 +133,7 @@
@@ -133,7 +133,7 @@ IF (CMAKE_C_COMPILER_ID MATCHES "^XL$")
SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -qflag=w:w")
SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -qinfo=pro:use")
ENDIF(CMAKE_C_COMPILER_ID MATCHES "^XL$")
Expand All @@ -35,3 +38,15 @@ index 73bf07b..08e8f49 100644
#################################################################
# Set compile flags for debug build.
# This is added into CMAKE_C_FLAGS when CMAKE_BUILD_TYPE is "Debug"
@@ -172,7 +172,7 @@ IF (MSVC)
#################################################################
# Set compile flags for release build.
SET(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} /Oi")
-ENDIF (MSVC)
+ENDIF (0)

# Enable CTest/CDash support
include(CTest)
--
2.7.4

This file was deleted.

4 changes: 2 additions & 2 deletions packages/debug/gdb/package.mk
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="gdb"
PKG_VERSION="8.1"
PKG_SHA256="af61a0263858e69c5dce51eab26662ff3d2ad9aa68da9583e8143b5426be4b34"
PKG_VERSION="8.2.1"
PKG_SHA256="0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202"
PKG_LICENSE="GPL"
PKG_SITE="http://www.gnu.org/software/gdb/"
PKG_URL="http://ftpmirror.gnu.org/gdb/$PKG_NAME-$PKG_VERSION.tar.xz"
Expand Down
4 changes: 2 additions & 2 deletions packages/devel/binutils/package.mk
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="binutils"
PKG_VERSION="2.31.1"
PKG_SHA256="e88f8d36bd0a75d3765a4ad088d819e35f8d7ac6288049780e2fefcad18dde88"
PKG_VERSION="2.32"
PKG_SHA256="9b0d97b3d30df184d302bced12f976aa1e5fbf4b0be696cdebc6cca30411a46e"
PKG_LICENSE="GPL"
PKG_SITE="http://www.gnu.org/software/binutils/"
PKG_URL="http://ftpmirror.gnu.org/binutils/$PKG_NAME-$PKG_VERSION.tar.gz"
Expand Down
4 changes: 2 additions & 2 deletions packages/devel/cmake/package.mk
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="cmake"
PKG_VERSION="3.13.2"
PKG_SHA256="c925e7d2c5ba511a69f43543ed7b4182a7d446c274c7480d0e42cd933076ae25"
PKG_VERSION="3.13.4"
PKG_SHA256="fdd928fee35f472920071d1c7f1a6a2b72c9b25e04f7a37b409349aef3f20e9b"
PKG_LICENSE="BSD"
PKG_SITE="http://www.cmake.org/"
PKG_URL="http://www.cmake.org/files/v${PKG_VERSION%.*}/$PKG_NAME-$PKG_VERSION.tar.gz"
Expand Down
4 changes: 2 additions & 2 deletions packages/devel/elfutils/package.mk
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="elfutils"
PKG_VERSION="0.173"
PKG_SHA256="b76d8c133f68dad46250f5c223482c8299d454a69430d9aa5c19123345a000ff"
PKG_VERSION="0.175"
PKG_SHA256="f7ef925541ee32c6d15ae5cb27da5f119e01a5ccdbe9fe57bf836730d7b7a65b"
PKG_LICENSE="GPL"
PKG_SITE="https://sourceware.org/elfutils/"
PKG_URL="https://sourceware.org/elfutils/ftp/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
Expand Down
4 changes: 2 additions & 2 deletions packages/devel/flatbuffers/package.mk
Expand Up @@ -2,8 +2,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="flatbuffers"
PKG_VERSION="1.9.0"
PKG_SHA256="5ca5491e4260cacae30f1a5786d109230db3f3a6e5a0eb45d0d0608293d247e3"
PKG_VERSION="1.10.0"
PKG_SHA256="3714e3db8c51e43028e10ad7adffb9a36fc4aa5b1a363c2d0c4303dd1be59a7c"
PKG_LICENSE="Apache-2.0"
PKG_SITE="https://github.com/google/flatbuffers"
PKG_URL="https://github.com/google/flatbuffers/archive/v$PKG_VERSION.tar.gz"
Expand Down
5 changes: 3 additions & 2 deletions packages/devel/flex/package.mk
@@ -1,9 +1,10 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="flex"
PKG_VERSION="2.5.39"
PKG_SHA256="add2b55f3bc38cb512b48fad7d72f43b11ef244487ff25fc00aabec1e32b617f"
PKG_VERSION="2.6.0"
PKG_SHA256="24e611ef5a4703a191012f80c1027dc9d12555183ce0ecd46f3636e587e9b8e9"
PKG_LICENSE="GPL"
PKG_SITE="http://flex.sourceforge.net/"
PKG_URL="$SOURCEFORGE_SRC/flex/$PKG_NAME-$PKG_VERSION.tar.bz2"
Expand Down
2 changes: 1 addition & 1 deletion packages/devel/flex/patches/flex-002-nodocs.patch
Expand Up @@ -3,7 +3,7 @@
@@ -117,7 +117,6 @@
SUBDIRS = \
lib \
. \
src \
- doc \
examples \
po \
Expand Down
6 changes: 4 additions & 2 deletions packages/devel/fribidi/package.mk
@@ -1,14 +1,16 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="fribidi"
PKG_VERSION="1.0.1"
PKG_SHA256="c1b182d70590b6cdb5545bab8149de33b966800f27f2d9365c68917ed5a174e4"
PKG_VERSION="1.0.5"
PKG_SHA256="6a64f2a687f5c4f203a46fa659f43dd43d1f8b845df8d723107e8a7e6158e4ce"
PKG_LICENSE="LGPL"
PKG_SITE="http://fribidi.freedesktop.org/"
PKG_URL="https://github.com/fribidi/fribidi/releases/download/v$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="A bidirectional algorithm library."
PKG_TOOLCHAIN="configure"
PKG_BUILD_FLAGS="+pic"

PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
Expand Down
40 changes: 40 additions & 0 deletions packages/devel/fribidi/patches/fribidi-001-PR88.patch
@@ -0,0 +1,40 @@
From 96b735d2ca4b59bd0e9211c5f445c804f9e3804a Mon Sep 17 00:00:00 2001
From: Heiko Becker <heirecka@exherbo.org>
Date: Fri, 7 Sep 2018 20:57:11 +0200
Subject: [PATCH] Build generator executables natively

They are run during the build and not installed in the end. Without
this one gets the following error from meson: "ERROR: Can not use
target gen-unicode-version as a generator because it is cross-built
and no exe wrapper is defined. You might want to set it to native
instead."

Closes #87.
---
gen.tab/meson.build | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gen.tab/meson.build b/gen.tab/meson.build
index 6006d98..8c21e98 100644
--- a/gen.tab/meson.build
+++ b/gen.tab/meson.build
@@ -33,7 +33,8 @@ gen_unicode_version = executable('gen-unicode-version',
'gen-unicode-version.c',
include_directories: incs,
c_args: native_args,
- install: false)
+ install: false,
+ native: true)

fribidi_unicode_version_h = custom_target('fribidi-unicode-version.h',
input: files('unidata/ReadMe.txt', 'unidata/BidiMirroring.txt'),
@@ -67,7 +68,8 @@ foreach tab : tabs
gen_prog_src, 'packtab.c',
include_directories: incs,
c_args: native_args,
- install: false)
+ install: false,
+ native: true)

tab_inc_file = custom_target(gen_prog_name,
input: gen_prog_inputs,
62 changes: 33 additions & 29 deletions packages/devel/glib/package.mk
Expand Up @@ -3,44 +3,48 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="glib"
PKG_VERSION="2.53.5"
PKG_SHA256="991421f41a4ed4cc1637e5f9db0d03fd236d2cbd19f3c5b097a343bec5126602"
PKG_VERSION="2.59.1"
PKG_SHA256="d11f1ca55ccd00dd0abf800c2f42d9cc5e3803be321ff6bc79eb3ce2ca1863f0"
PKG_LICENSE="LGPL"
PKG_SITE="http://www.gtk.org/"
PKG_URL="http://ftp.gnome.org/pub/gnome/sources/glib/${PKG_VERSION%.*}/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS_TARGET="toolchain zlib libffi Python2:host util-linux"
PKG_DEPENDS_HOST="libffi:host pcre:host"
PKG_DEPENDS_HOST="libffi:host Python3:host"
PKG_DEPENDS_TARGET="toolchain pcre zlib libffi Python3:host util-linux"
PKG_LONGDESC="A library which includes support routines for C such as lists, trees, hashes, memory allocation."
PKG_TOOLCHAIN="autotools"
PKG_TOOLCHAIN="meson"

PKG_CONFIGURE_OPTS_HOST="PCRE_LIBS=-l:libpcre.a \
--enable-static \
--disable-shared \
--disable-libmount \
--with-python=python"
PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_snprintf_c99=yes \
ac_cv_func_vsnprintf_c99=yes \
glib_cv_stack_grows=no \
glib_cv_uscore=no \
glib_cv_va_val_copy=no \
--disable-selinux \
--disable-fam \
--enable-xattr \
--disable-libelf \
--disable-gtk-doc \
--disable-gtk-doc-html \
--disable-man \
--disable-dtrace \
--disable-systemtap \
--enable-Bsymbolic \
--with-gnu-ld \
--with-threads=posix \
--with-pcre=internal \
--with-python=python"
PKG_MESON_OPTS_HOST="-Ddefault_library=static \
-Dinternal_pcre=true \
-Dinstalled_tests=false \
-Dlibmount=false"

PKG_MESON_OPTS_TARGET="-Ddefault_library=shared \
-Dinternal_pcre=false \
-Dinstalled_tests=false \
-Dselinux=disabled \
-Dfam=false \
-Dxattr=true \
-Dgtk_doc=false \
-Dman=false \
-Ddtrace=false \
-Dsystemtap=false \
-Dbsymbolic_functions=true \
-Dforce_posix_threads=true"

PKG_MESON_PROPERTIES_TARGET="
have_c99_vsnprintf=false
have_c99_snprintf=false
growing_stack=false
va_val_copy=false"

pre_configure_target() {
LDFLAGS+=" -lz"
}

post_makeinstall_target() {
rm -rf $INSTALL/usr/bin
rm -rf $INSTALL/usr/lib/gdbus-2.0
rm -rf $INSTALL/usr/lib/glib-2.0
rm -rf $INSTALL/usr/lib/installed-tests
rm -rf $INSTALL/usr/share
}
4 changes: 2 additions & 2 deletions packages/devel/glibc/package.mk
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="glibc"
PKG_VERSION="2.28"
PKG_SHA256="b1900051afad76f7a4f73e71413df4826dce085ef8ddb785a945b66d7d513082"
PKG_VERSION="2.29"
PKG_SHA256="f3eeb8d57e25ca9fc13c2af3dae97754f9f643bc69229546828e3a240e2af04b"
PKG_LICENSE="GPL"
PKG_SITE="http://www.gnu.org/software/libc/"
PKG_URL="http://ftp.gnu.org/pub/gnu/glibc/$PKG_NAME-$PKG_VERSION.tar.xz"
Expand Down
5 changes: 3 additions & 2 deletions packages/devel/libaio/package.mk
@@ -1,9 +1,10 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="libaio"
PKG_VERSION="0.3.110"
PKG_SHA256="e019028e631725729376250e32b473012f7cb68e1f7275bfc1bbcdd0f8745f7e"
PKG_VERSION="0.3.111"
PKG_SHA256="62cf871ad8fd09eb3418f00aca7a7d449299b8e1de31c65f28bf6a2ef1fa502a"
PKG_LICENSE="GPL"
PKG_SITE="http://lse.sourceforge.net/io/aio.html"
PKG_URL="http://http.debian.net/debian/pool/main/liba/libaio/${PKG_NAME}_${PKG_VERSION}.orig.tar.gz"
Expand Down