wok-next diff libspiro/receipt @ rev 19918

Fix xombrero
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Oct 14 14:20:25 2017 +0300 (2017-10-14)
parents 08370faa54d6
children 0e7893ac206d
line diff
     1.1 --- a/libspiro/receipt	Thu Apr 09 03:26:48 2015 +0300
     1.2 +++ b/libspiro/receipt	Sat Oct 14 14:20:25 2017 +0300
     1.3 @@ -1,17 +1,18 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="libspiro"
     1.8  VERSION="0.3.20150131"
     1.9  CATEGORY="misc"
    1.10 -SHORT_DESC="Spiro simplifies the drawing of beautiful curves."
    1.11 +SHORT_DESC="Spiro simplifies the drawing of beautiful curves"
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL3"
    1.14  WEB_SITE="https://github.com/fontforge/libspiro"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    1.18  
    1.19 -DEPENDS=""
    1.20 -BUILD_DEPENDS="wget cacerts autoconf automake libtool bash"
    1.21 +BUILD_DEPENDS="autoconf automake libtool bash"
    1.22 +SPLIT="libspiro-dev"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26 @@ -24,6 +25,8 @@
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30 -	mkdir -p $fs/usr/lib
    1.31 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.32 +	case $PACKAGE in
    1.33 +		libspiro) copy @std;;
    1.34 +		*-dev) copy @dev;;
    1.35 +	esac
    1.36  }