wok view libspiro/receipt @ rev 22199

updated libxcb and libxcb-dev (1.10 -> 1.13.1)
author Hans-G?nter Theisgen
date Mon Nov 11 11:01:55 2019 +0100 (2019-11-11)
parents 08370faa54d6
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
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-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
14 DEPENDS=""
15 BUILD_DEPENDS="autoconf automake bash cacerts libtool"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 autoreconf -i
21 automake --foreign -Wall
22 ./configure $CONFIGURE_ARGS &&
23 make -j 1 &&
24 make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/lib
31 cp -a $install/usr/lib/*.so* $fs/usr/lib
32 }