wok-current diff libxdg-basedir/receipt @ rev 15671
Up linux (3.2.53) again...
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 18 10:44:14 2013 +0000 (2013-12-18) |
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 Dec 18 10:44:14 2013 +0000 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