wok-next annotate libspiro/receipt @ rev 21699

updated gpgme (1.12.0 -> 1.13.1)
author Hans-G?nter Theisgen
date Tue Jun 30 17:33:51 2020 +0100 (2020-06-30)
parents d5aab818505e
children
rev   line source
al@19759 1 # SliTaz package receipt v2.
al@17914 2
al@17914 3 PACKAGE="libspiro"
al@21087 4 VERSION="0.5.20150702"
al@17914 5 CATEGORY="misc"
al@19759 6 SHORT_DESC="Spiro simplifies the drawing of beautiful curves"
al@17914 7 MAINTAINER="al.bobylev@gmail.com"
al@17914 8 LICENSE="GPL3"
al@17914 9 WEB_SITE="https://github.com/fontforge/libspiro"
al@19759 10
al@21087 11 TARBALL="$PACKAGE-dist-$VERSION.tar.gz"
al@21087 12 WGET_URL="https://github.com/fontforge/libspiro/releases/download/$VERSION/$TARBALL"
al@21087 13 TARBALL_SHA1="2520a0d4c43e9db3d2d137885a8a29633f4b2c5e"
al@17914 14
al@21020 15 SPLIT="$PACKAGE-dev"
al@17914 16
al@20443 17 compile_rules() {
al@21087 18 ./configure \
al@21087 19 --disable-static \
al@21087 20 $CONFIGURE_ARGS &&
al@20595 21 fix libtool &&
al@20595 22 make &&
al@20595 23 make install
al@17914 24 }