wok diff talloc/receipt @ rev 16430

svkbd: fix version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 18 10:26:47 2014 +0000 (2014-04-18)
parents 7655fb6bf8dd
children 6135577f4d08
line diff
     1.1 --- a/talloc/receipt	Fri Aug 17 15:29:05 2012 +0000
     1.2 +++ b/talloc/receipt	Fri Apr 18 10:26:47 2014 +0000
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Hierarchical pool based memory allocator with destructors."
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -DEPENDS="glibc-base"
     1.8 -BUILD_DEPENDS="python-dev"
     1.9 +LICENSE="LGPL"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://talloc.samba.org/"
    1.12  WGET_URL="http://samba.org/ftp/$PACKAGE/$TARBALL"
    1.13  CROSS="bug: must use --cross-compile and --cross-execute="
    1.14  
    1.15 +DEPENDS="glibc-base"
    1.16 +BUILD_DEPENDS="python-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {