wok diff talloc/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents 7655fb6bf8dd
children 6135577f4d08
line diff
     1.1 --- a/talloc/receipt	Fri Aug 17 15:29:05 2012 +0000
     1.2 +++ b/talloc/receipt	Thu Jan 11 13:05:26 2018 +0100
     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  {