wok-next diff libaio/receipt @ rev 20996

Move fonts-liberation*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 04 16:01:47 2018 +0300 (2018-10-04)
parents 0e7893ac206d
children d5aab818505e
line diff
     1.1 --- a/libaio/receipt	Sat Feb 24 16:17:33 2018 +0200
     1.2 +++ b/libaio/receipt	Thu Oct 04 16:01:47 2018 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="libaio"
     1.7 -VERSION="0.3.110"
     1.8 +VERSION="0.3.111"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Linux-native asynchronous I/O access library"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -15,9 +15,10 @@
    1.13  SPLIT="libaio-dev"
    1.14  
    1.15  compile_rules() {
    1.16 -	CFLAGS="-march=${ARCH/_/-} -mtune=generic -O2 -pipe" &&
    1.17 -	make &&
    1.18 -	make prefix="$install/usr" install
    1.19 +	make prefix="$install/usr" install || return 1
    1.20 +
    1.21 +	cook_pick_manpages man/*
    1.22 +#	cook_pick_docs ChangeLog
    1.23  }
    1.24  
    1.25  genpkg_rules() {