main/texinfo: fix license, mark no tests

This commit is contained in:
A. Wilcox 2018-02-28 16:06:37 -06:00 committed by William Pitcock
parent 1518071b35
commit 1b3dd01a4c

View File

@ -1,11 +1,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=texinfo
pkgver=6.5
pkgrel=0
pkgrel=1
pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file"
url="https://www.gnu.org/software/texinfo/"
arch="all"
license='GPL3+'
options="!check" # Test dependencies are not packaged
license="GPL-3.0+"
depends="perl"
makedepends="ncurses-dev perl-dev"
subpackages="$pkgname-doc"
@ -17,14 +18,13 @@ build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
|| return 1
make || return 1
--prefix=/usr
make
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir"/ install || return 1
make DESTDIR="$pkgdir"/ install
rm -f "$pkgdir"/usr/share/info/dir
gzip "$pkgdir"/usr/share/info/*