wok-6.x diff libmowgli/receipt @ rev 15762
Up tazinst (3.92)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 05 18:13:45 2014 +0100 (2014-01-05) |
parents | a529ee09935a |
children | f770bc93de18 |
line diff
1.1 --- a/libmowgli/receipt Sat May 21 01:42:40 2011 +0000 1.2 +++ b/libmowgli/receipt Sun Jan 05 18:13:45 2014 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="High performance and highly flexible algorithms." 1.6 MAINTAINER="mimas@slitaz.org" 1.7 +LICENSE="BSD" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://www.atheme.org/projects/mowgli.shtml" 1.10 WGET_URL="http://distfiles.atheme.org/$TARBALL" 1.11 @@ -23,6 +24,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/lib/libmowgli.so* $fs/usr/lib 1.16 + cp -a $install/usr/lib/libmowgli.so* $fs/usr/lib 1.17 } 1.18