wok-next annotate libbytesize/receipt @ rev 21358

gobby: removed sed command from compile_rules
author Hans-G?nter Theisgen
date Sun Apr 12 07:08:52 2020 +0100 (2020-04-12)
parents d5aab818505e
children
rev   line source
al@19957 1 # SliTaz package receipt v2.
al@19957 2
al@19957 3 PACKAGE="libbytesize"
al@21012 4 VERSION="1.4"
al@19957 5 CATEGORY="libs"
al@19957 6 SHORT_DESC="C class for working with arbitrary big sizes"
al@19957 7 MAINTAINER="al.bobylev@gmail.com"
al@19957 8 LICENSE="LGPL2.1"
al@19957 9 WEB_SITE="https://github.com/storaged-project/libbytesize/"
al@20905 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libbytesize.html"
al@19957 11
al@19957 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20679 13 WGET_URL="https://github.com/storaged-project/libbytesize/releases/download/$VERSION/$TARBALL"
al@21144 14 TARBALL_SHA1="ef29982499abeeeeffc71cfa500eea15ab64ceb5"
al@19957 15
al@21020 16 BUILD_DEPENDS="gettext-dev gmp-dev mpfr-dev pcre-dev"
al@21144 17 SPLIT="$PACKAGE-python $PACKAGE-dev $PACKAGE"
al@21144 18
al@21144 19 COPY_python="python2*/"
al@21144 20 COPY_dev="@dev *.so"
al@21144 21
al@21144 22 CAT_python="libs|Python2 bindings"
al@21144 23
al@21144 24 DEPENDS_python="$PACKAGE python"
al@21144 25 DEPENDS_std="gmp libpcre mpfr"
al@21144 26 DEPENDS_dev="$PACKAGE $PACKAGE-python gmp-dev mpfr-dev"
al@19957 27
al@19957 28 compile_rules() {
al@20406 29 ./configure $CONFIGURE_ARGS &&
al@20406 30 fix libtool &&
al@20534 31 make &&
al@20534 32 make install
al@19957 33 }