wok-next view libspiro/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 0ff6bd677938
children 5841522533ec
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 compile_rules() {
18 autoreconf -i
19 automake --foreign -Wall
20 ./configure $CONFIGURE_ARGS && make && make install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 libspiro) copy @std;;
26 *-dev) copy @dev;;
27 esac
28 }