wok view libesmtp-dev/receipt @ rev 21463

updated mobile-broadband-provider-info and mobile-broadband-provider-info-dev (20120614 -> 20190116)
author Hans-G?nter Theisgen
date Tue Apr 30 14:12:14 2019 +0100 (2019-04-30)
parents 4904e3d374a9
children 53c1379e13fa
line source
1 # SliTaz package receipt.
3 PACKAGE="libesmtp-dev"
4 VERSION="1.0.6"
5 CATEGORY="development"
6 SHORT_DESC="Lesmpt headers files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://brianstafford.info/libesmtp/"
10 WANTED="libesmtp"
12 DEPENDS="libesmtp"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir $fs/usr
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/bin $fs/usr
21 cp -a $install/usr/lib $fs/usr
23 find $fs -name "*.so*" -exec rm -f {} \;
25 }