wok diff libsigc++/receipt @ rev 16060

ARM: add zile and joe text editors (nano got regex bug on ARM)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 12 00:54:36 2014 +0100 (2014-03-12)
parents df3c83ee7366
children 7d672a2330b8
line diff
     1.1 --- a/libsigc++/receipt	Thu Apr 19 22:49:33 2012 +0000
     1.2 +++ b/libsigc++/receipt	Wed Mar 12 00:54:36 2014 +0100
     1.3 @@ -5,11 +5,13 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Callback Framework for C++"
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -BUILD_DEPENDS="m4"
     1.8 +LICENSE="LGPL2.1"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://libsigc.sourceforge.net/"
    1.11  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.12  
    1.13 +BUILD_DEPENDS="m4"
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 @@ -25,5 +27,5 @@
    1.19  genpkg_rules()
    1.20  {
    1.21  	mkdir -p $fs/usr/lib
    1.22 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.23 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.24  }