wok diff taglib/receipt @ rev 3000

slim: Fix pre_install func to backup config file (Thanks firmit)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 11 21:44:31 2009 +0200 (2009-05-11)
parents 074b3c2adfb8
children 866fa2493b1b
line diff
     1.1 --- a/taglib/receipt	Sun Jul 20 16:39:26 2008 +0200
     1.2 +++ b/taglib/receipt	Mon May 11 21:44:31 2009 +0200
     1.3 @@ -8,6 +8,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://developer.kde.org/~wheeler/taglib.html"
     1.6  WGET_URL="http://developer.kde.org/~wheeler/files/src/$TARBALL"
     1.7 +DEPENDS="zlib"
     1.8 +BUILD_DEPENDS="zlib-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()