wok-next view libbytesize/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libbytesize"
4 VERSION="1.4"
5 CATEGORY="libs"
6 SHORT_DESC="C class for working with arbitrary big sizes"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/storaged-project/libbytesize/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libbytesize.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/storaged-project/libbytesize/releases/download/$VERSION/$TARBALL"
14 TARBALL_SHA1="ef29982499abeeeeffc71cfa500eea15ab64ceb5"
16 BUILD_DEPENDS="gettext-dev gmp-dev mpfr-dev pcre-dev"
17 SPLIT="$PACKAGE-python $PACKAGE-dev $PACKAGE"
19 COPY_python="python2*/"
20 COPY_dev="@dev *.so"
22 CAT_python="libs|Python2 bindings"
24 DEPENDS_python="$PACKAGE python"
25 DEPENDS_std="gmp libpcre mpfr"
26 DEPENDS_dev="$PACKAGE $PACKAGE-python gmp-dev mpfr-dev"
28 compile_rules() {
29 ./configure $CONFIGURE_ARGS &&
30 fix libtool &&
31 make &&
32 make install
33 }