# SliTaz package receipt. PACKAGE="libesmtp" VERSION="1.0.6" CATEGORY="network" SHORT_DESC="A Library for Posting Electronic Mai" MAINTAINER="erjo@slitaz.org" WEB_SITE="http://www.stafford.uklinux.net/libesmtp/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://www.stafford.uklinux.net/libesmtp/$TARBALL" DEPENDS="libltdl libssl" BUILD_DEPENDS="openssl-dev" # Rules to configure and make the package. compile_rules() { cd $src ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $install/usr/lib $fs/usr find $fs -name "*.*a" -exec rm -f {} \; }