execline: update to 2.1.4.0.

This commit is contained in:
Juan RP 2015-09-27 10:31:11 +02:00
parent 21b2f6c3e8
commit 0f5bfda88a
2 changed files with 14 additions and 2 deletions

1
srcpkgs/execline-doc Symbolic link
View file

@ -0,0 +1 @@
execline

View file

@ -1,7 +1,8 @@
# Template file for 'execline'
pkgname=execline
version=2.1.3.1
version=2.1.4.0
revision=1
buiild_pie=yes
build_style=gnu-configure
makedepends="skalibs-devel"
configure_args="--libdir=/usr/lib"
@ -10,7 +11,9 @@ maintainer="bougyman <bougyman@voidlinux.eu>"
license="ISC"
homepage="http://skarnet.org/software/execline/"
distfiles="http://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=7291d7c0e40f9706fc223abe290bb07a71fcf5fceec079a715e7d25bd2700236
checksum=e400b195865d73f8f9195aa8b74efa8b5d1d41bff71fbfaf73ee59f5caef767e
CFLAGS="-fPIC"
post_install() {
vlicense COPYING
@ -18,6 +21,14 @@ post_install() {
vcopy "doc/*" usr/share/doc/${pkgname}
}
execline-doc_package() {
noarch=yes
short_desc+=" - Documentation"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/share/doc
}
}
execline-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"