wok-next rev 11423
libesmtp-dev: Removed blank BUILD_DEPENDS and TARBALL. Not needed in wanted package.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Dec 14 05:21:13 2011 +0000 (2011-12-14) |
parents | 4195104b04ac |
children | 2101d582c6f4 |
files | libesmtp-dev/receipt libesmtp/receipt |
line diff
1.1 --- a/libesmtp-dev/receipt Wed Dec 14 05:19:55 2011 +0000 1.2 +++ b/libesmtp-dev/receipt Wed Dec 14 05:21:13 2011 +0000 1.3 @@ -4,14 +4,11 @@ 1.4 VERSION="1.0.6" 1.5 CATEGORY="development" 1.6 SHORT_DESC="Lesmpt headers files." 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 WANTED="libesmtp" 1.12 1.13 DEPENDS="libesmtp" 1.14 -BUILD_DEPENDS="" 1.15 - 1.16 1.17 # Rules to gen a SliTaz package suitable for Tazpkg. 1.18 genpkg_rules()
2.1 --- a/libesmtp/receipt Wed Dec 14 05:19:55 2011 +0000 2.2 +++ b/libesmtp/receipt Wed Dec 14 05:21:13 2011 +0000 2.3 @@ -4,7 +4,7 @@ 2.4 VERSION="1.0.6" 2.5 CATEGORY="network" 2.6 SHORT_DESC="A Library for Posting Electronic Mai" 2.7 -MAINTAINER="erjo@slitaz.,org" 2.8 +MAINTAINER="erjo@slitaz.org" 2.9 WEB_SITE="http://www.stafford.uklinux.net/libesmtp/" 2.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.11 WGET_URL="http://www.stafford.uklinux.net/libesmtp/$TARBALL" 2.12 @@ -15,6 +15,7 @@ 2.13 # Rules to configure and make the package. 2.14 compile_rules() 2.15 { 2.16 + cd $src 2.17 ./configure $CONFIGURE_ARGS && make && make install 2.18 } 2.19