wok diff libmowgli/receipt @ rev 15726
Up: gparted (0.17.0)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Dec 26 20:54:24 2013 +0100 (2013-12-26) |
parents | a529ee09935a |
children | f770bc93de18 |
line diff
1.1 --- a/libmowgli/receipt Sat May 21 01:42:40 2011 +0000 1.2 +++ b/libmowgli/receipt Thu Dec 26 20:54:24 2013 +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