wok-next annotate libatomic_ops/receipt @ rev 20883

Check Repology info from h* to l* packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 11 02:06:34 2018 +0300 (2018-07-11)
parents 1ca369c9f448
children b5f2a6ab88b6
rev   line source
al@20406 1 # SliTaz package receipt v2.
al@20406 2
al@20406 3 PACKAGE="libatomic_ops"
al@20679 4 VERSION="7.6.2"
al@20406 5 CATEGORY="system-tools"
al@20406 6 SHORT_DESC="Atomic memory update operations portable implementation"
al@20406 7 MAINTAINER="al.bobylev@gmail.com"
al@20406 8 LICENSE="GPL2"
al@20406 9 WEB_SITE="https://github.com/ivmai/libatomic_ops"
al@20406 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libatomic_ops.html"
al@20883 11 REPOLOGY="libatomic-ops"
al@20406 12
al@20406 13 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20406 14 WGET_URL="https://github.com/ivmai/libatomic_ops/releases/download/v$VERSION/$TARBALL"
al@20406 15
al@20406 16 SPLIT="libatomic_ops-dev"
al@20406 17
al@20406 18 compile_rules() {
al@20406 19 ./configure \
al@20406 20 --enable-shared \
al@20406 21 --disable-static \
al@20406 22 $CONFIGURE_ARGS &&
al@20575 23 fix libtool &&
al@20406 24 make &&
al@20406 25 make install
al@20406 26 }
al@20406 27
al@20406 28 genpkg_rules() {
al@20406 29 case $PACKAGE in
al@20406 30 libatomic_ops) copy @std;;
al@20406 31 *-dev) copy @dev;;
al@20406 32 esac
al@20406 33 }