wok-next diff talloc/receipt @ rev 16694
xorg-kbproto: typo in depends
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 23 11:56:36 2014 +0300 (2014-05-23) |
parents | 7655fb6bf8dd |
children | 2e9df1b30cc2 |
line diff
1.1 --- a/talloc/receipt Fri Aug 17 15:29:05 2012 +0000 1.2 +++ b/talloc/receipt Fri May 23 11:56:36 2014 +0300 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 {