New package: execline-2.1.2.2
execline: add --libdir=/usr/lib and move static files to -devel
This commit is contained in:
parent
885ffba17c
commit
3478cf716d
|
@ -0,0 +1 @@
|
|||
./execline
|
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'execline'
|
||||
pkgname=execline
|
||||
version=2.1.2.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="skalibs-devel"
|
||||
configure_args="--libdir=/usr/lib"
|
||||
short_desc="A non-interactive scripting language"
|
||||
maintainer="bougyman <bougyman@voidlinux.eu>"
|
||||
license="ISC"
|
||||
homepage="http://skarnet.org/software/execline/"
|
||||
distfiles="http://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=aea08c2c1b986c91f300d40737dd43067b91705d2c729859344ec65f989aec06
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
vdoc README
|
||||
vcopy "doc/*" usr/share/doc/${pkgname}
|
||||
}
|
||||
|
||||
execline-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue