wok diff libaio-dev/receipt @ rev 14247

syslinux/iso2exe: use posixovl -F
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 24 23:14:15 2013 +0100 (2013-03-24)
parents
children 4904e3d374a9
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libaio-dev/receipt	Sun Mar 24 23:14:15 2013 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libaio-dev"
     1.7 +VERSION="0.3.92"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Linux-native asynchronous I/O access library, development files."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +WEB_SITE="http://www.kernel.org/pub/linux/kernel/people/bcrl/aio/"
    1.12 +WANTED="libaio"
    1.13 +
    1.14 +DEPENDS="libaio"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.   
    1.17 +genpkg_rules()                                      
    1.18 +{
    1.19 +	mkdir -p $fs/usr/lib $fs/usr/include
    1.20 +	install -D -m 644 $src/src/libaio.h $fs/usr/include/libaio.h
    1.21 +	install -D -m 644 $src/src/libaio.a $fs/usr/lib/libaio.a
    1.22 +}
    1.23 +