libesmtp: misc tweaks; prepare for autobuild.
This commit is contained in:
parent
67b9ab5642
commit
c0a5a385bc
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libesmtp'
|
# Template file for 'libesmtp'
|
||||||
pkgname=libesmtp
|
pkgname=libesmtp
|
||||||
version=1.0.6
|
version=1.0.6
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Manage submission of emails using SMTP protocol"
|
short_desc="Manage submission of emails using SMTP protocol"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="pancake <pancake@nopcode.org>"
|
||||||
|
@ -12,7 +12,7 @@ checksum=d0a61a5c52d99fa7ce7d00ed0a07e341dbda67101dbed1ab0cdae3f37db4eb0b
|
||||||
|
|
||||||
libesmtp-devel_package() {
|
libesmtp-devel_package() {
|
||||||
depends="libesmtp>=${version}"
|
depends="libesmtp>=${version}"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc="Manage submission of emails using SMTP protocol - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/libesmtp-config
|
vmove usr/bin/libesmtp-config
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
@ -23,6 +23,6 @@ libesmtp-devel_package() {
|
||||||
|
|
||||||
libesmtp_package() {
|
libesmtp_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue