wok view libspiro/receipt @ rev 20621

pypi.python.org access with untrusted https (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 31 13:09:27 2018 +0100 (2018-12-31)
parents
children 613c3bd6bc9b
line source
1 # SliTaz package receipt.
3 PACKAGE="libspiro"
4 VERSION="0.3.20150131"
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"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
13 DEPENDS=""
14 BUILD_DEPENDS="wget cacerts autoconf automake libtool bash"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 autoreconf -i
20 automake --foreign -Wall
21 ./configure $CONFIGURE_ARGS && make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib
28 cp -a $install/usr/lib/*.so* $fs/usr/lib
29 }