wok diff libesmtp/receipt @ rev 11853

python-pyxml: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 27 11:08:44 2012 +0100 (2012-02-27)
parents 00b0f1a6f8a1
children 4904e3d374a9
line diff
     1.1 --- a/libesmtp/receipt	Wed Dec 14 02:29:52 2011 +0100
     1.2 +++ b/libesmtp/receipt	Mon Feb 27 11:08:44 2012 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="1.0.6"
     1.5  CATEGORY="network"
     1.6  SHORT_DESC="A Library for Posting Electronic Mai"
     1.7 -MAINTAINER="erjo@slitaz.,org"
     1.8 +MAINTAINER="erjo@slitaz.org"
     1.9  WEB_SITE="http://www.stafford.uklinux.net/libesmtp/"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WGET_URL="http://www.stafford.uklinux.net/libesmtp/$TARBALL"
    1.12 @@ -15,6 +15,7 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 +	cd $src
    1.17  	./configure $CONFIGURE_ARGS && make && make install
    1.18  }
    1.19