wok diff libesmtp/receipt @ rev 14654

xorg-kbproto: Fixed depends but making it only xorg-utils-macros. It builds without xorg-xproto and xorg-libxkbfile-dev so its not needed.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 05 02:41:07 2013 +0000 (2013-06-05)
parents 00b0f1a6f8a1
children 4904e3d374a9
line diff
     1.1 --- a/libesmtp/receipt	Wed Dec 14 02:29:52 2011 +0100
     1.2 +++ b/libesmtp/receipt	Wed Jun 05 02:41:07 2013 +0000
     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