Skip to content
Snippets Groups Projects
Commit bfac2234 authored by John Regan's avatar John Regan Committed by Leonardo Arena
Browse files

testing/execline: new aport

parent 42b85f3a
No related branches found
No related tags found
No related merge requests found
# Contributor: John Regan <john@jrjrtech.com>
# Maintainer: John Regan <john@jrjrtech.com>
pkgname=execline
pkgver=2.1.0.0
pkgrel=0
pkgdesc="A small scripting language, to be used in place of a shell in non-interactive scripts."
url="http://skarnet.org/software/$pkgname/"
arch="all"
license="ISC"
depends="skalibs"
depends_dev="skalibs-dev"
makedepends="$depends_dev"
install=""
subpackages="$pkgname-dev"
source="http://skarnet.org/software/$pkgname/$pkgname-$pkgver.tar.gz"
_builddir="$srcdir/$pkgname-$pkgver"
prepare() {
local i
cd "$_builddir"
for i in $source; do
case $i in
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
esac
done
}
build() {
cd "$_builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
--enable-shared \
--enable-static \
--disable-allstatic \
--prefix=/usr \
--libdir=/usr/lib \
|| return 1
make || return 1
}
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
rm -f "$pkgdir"/usr/lib/*.la
}
md5sums="6d7df07380f18c0902b935d9daba37ff execline-2.0.2.1.tar.gz"
sha256sums="c81606403373605129f5d36f13eac42603d5c1f99307b38a3ff6e8544eebd74d execline-2.0.2.1.tar.gz"
sha512sums="f1afcfa1b21a6330c319b8f23ef6989e8696b4f7ec869b596f3ef43d5929ba90a9be4a6ad7627a9b12b726e1fa2362dab43c3c21ae4057ef1b6450827442a20f execline-2.0.2.1.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment