wok view libspiro/receipt @ rev 17914

Add fontforge and its depends (libspiro, libuninameslist).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 09 03:26:48 2015 +0300 (2015-04-09)
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 }