wok view libaio-dev/receipt @ rev 22441

vlc: lots of warnings/missing -> add 29 deps at end, unsorted for now
author Erkan Yilmaz <erkan@slitaz.org>
date Mon Dec 23 15:00:20 2019 +0000 (2019-12-23)
parents 9f1194f96046
children d2f1ecac9d81
line source
1 # SliTaz package receipt.
3 PACKAGE="libaio-dev"
4 VERSION="0.3.111"
5 CATEGORY="development"
6 SHORT_DESC="Linux-native asynchronous I/O access library, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://lse.sourceforge.net/io/aio.html"
11 WANTED="libaio"
12 DEPENDS="libaio"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/usr/include
19 install -D -m 644 $src/src/libaio.h $fs/usr/include/libaio.h
20 install -D -m 644 $src/src/libaio.a $fs/usr/lib/libaio.a
21 }