wok-next view libspiro/receipt @ rev 21719

gtk3: added build dependency libxtst
author Hans-G?nter Theisgen
date Tue Aug 04 17:36:05 2020 +0100 (2020-08-04)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libspiro"
4 VERSION="0.5.20150702"
5 CATEGORY="misc"
6 SHORT_DESC="Spiro simplifies the drawing of beautiful curves"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/fontforge/libspiro"
11 TARBALL="$PACKAGE-dist-$VERSION.tar.gz"
12 WGET_URL="https://github.com/fontforge/libspiro/releases/download/$VERSION/$TARBALL"
13 TARBALL_SHA1="2520a0d4c43e9db3d2d137885a8a29633f4b2c5e"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 ./configure \
19 --disable-static \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }