wok diff libxdg-basedir/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 2ddc0a67b50f
children dd38b4c08c8d
line diff
     1.1 --- a/libxdg-basedir/receipt	Mon May 23 19:04:46 2011 +0200
     1.2 +++ b/libxdg-basedir/receipt	Wed Mar 12 00:54:36 2014 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="This library implements functions to list the directories according to the XDG Base Directory specification and provides a few higher-level functions for use with the specification."
     1.6  MAINTAINER="mallory@sweetpeople.org"
     1.7 +LICENSE="MIT"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://n.ethz.ch/~nevillm/download/libxdg-basedir"
    1.10  WGET_URL="$WEB_SITE/$TARBALL"
    1.11 @@ -25,6 +26,6 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.16 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.17  }
    1.18