wok-next view libspiro/receipt @ rev 19815

libusb-compat-dev: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 23 13:55:19 2017 +0200 (2017-07-23)
parents 08370faa54d6
children 0e7893ac206d
line source
1 # SliTaz package receipt v2.
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"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
14 BUILD_DEPENDS="autoconf automake libtool bash"
15 SPLIT="libspiro-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 autoreconf -i
21 automake --foreign -Wall
22 ./configure $CONFIGURE_ARGS && make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 case $PACKAGE in
29 libspiro) copy @std;;
30 *-dev) copy @dev;;
31 esac
32 }