wok diff libxdg-basedir/receipt @ rev 15701

Up: spacefm (0.9.2)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Dec 22 15:11:37 2013 +0100 (2013-12-22)
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	Sun Dec 22 15:11:37 2013 +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