From 03c4d315f3fe729232cf56df7d557a7ae79691a1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 21 Dec 2013 21:40:56 +0000 Subject: main/haserl: update license tag --- main/haserl/APKBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'main/haserl') diff --git a/main/haserl/APKBUILD b/main/haserl/APKBUILD index 92fa464be..274127688 100644 --- a/main/haserl/APKBUILD +++ b/main/haserl/APKBUILD @@ -1,18 +1,17 @@ # Maintainer: Natanael Copa pkgname=haserl pkgver=0.9.32 -pkgrel=0 +pkgrel=2 pkgdesc="Html And Shell Embedded Report Language" url="http://haserl.sourceforge.net/" arch="all" -license="GPL-2" -depends= +license="GPL2" +depends="" makedepends="lua-dev automake autoconf" subpackages="$pkgname-doc" -source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz - " +source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" -_builddir="$srcdir/$pkgname-$pkgver" +_builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$_builddir" for i in $source; do @@ -39,7 +38,7 @@ build() { package() { cd "$_builddir" - make DESTDIR="$pkgdir/" install + make DESTDIR="$pkgdir/" install || return 1 chmod 4111 "$pkgdir"/usr/bin/haserl } -- cgit v1.2.3