wok-next annotate 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
rev   line source
al@19811 1 # SliTaz package receipt v2.
pascal@13498 2
pascal@13498 3 PACKAGE="libaio"
al@20968 4 VERSION="0.3.111"
pascal@13499 5 CATEGORY="misc"
al@19811 6 SHORT_DESC="Linux-native asynchronous I/O access library"
pascal@13498 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14714 8 LICENSE="LGPL2.1"
al@19811 9 WEB_SITE="http://lse.sourceforge.net/io/aio.html"
al@19811 10
pascal@13498 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19811 12 #WGET_URL="https://www.kernel.org/pub/linux/kernel/people/bcrl/aio/$TARBALL" # historical
al@19811 13 WGET_URL="http://ftp.de.debian.org/debian/pool/main/liba/libaio/libaio_$VERSION.orig.tar.gz"
pascal@13498 14
al@19811 15 SPLIT="libaio-dev"
pascal@13498 16
al@20443 17 compile_rules() {
al@20968 18 make prefix="$install/usr" install || return 1
al@20968 19
al@20968 20 cook_pick_manpages man/*
al@20968 21 # cook_pick_docs ChangeLog
pascal@13498 22 }
pascal@13498 23
al@20443 24 genpkg_rules() {
al@19811 25 case $PACKAGE in
al@19811 26 libaio) copy @std;;
al@19811 27 *-dev) copy @dev;;
al@19811 28 esac
pascal@13498 29 }