mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
main/links: modernise, mark no tests
This commit is contained in:
parent
54e7dbaf21
commit
261ccfc9e4
@ -5,6 +5,7 @@ pkgrel=2
|
|||||||
pkgdesc="A text WWW browser, similar to Lynx"
|
pkgdesc="A text WWW browser, similar to Lynx"
|
||||||
url="http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/"
|
url="http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/"
|
||||||
arch="all"
|
arch="all"
|
||||||
|
options="!check" # No test suite.
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
depends=""
|
depends=""
|
||||||
@ -12,7 +13,7 @@ makedepends="zlib-dev libressl-dev bzip2-dev"
|
|||||||
source="http://$pkgname.twibright.com/download/$pkgname-$pkgver.tar.bz2"
|
source="http://$pkgname.twibright.com/download/$pkgname-$pkgver.tar.bz2"
|
||||||
|
|
||||||
build () {
|
build () {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$builddir"
|
||||||
./configure \
|
./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
--host=$CHOST \
|
--host=$CHOST \
|
||||||
@ -21,14 +22,13 @@ build () {
|
|||||||
--enable-javascript \
|
--enable-javascript \
|
||||||
--disable-graphics \
|
--disable-graphics \
|
||||||
--without-x \
|
--without-x \
|
||||||
--disable-nls \
|
--disable-nls
|
||||||
|| return 1
|
make
|
||||||
make || return 1
|
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$builddir"
|
||||||
make DESTDIR="$pkgdir" install || return 1
|
make DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
md5sums="0d11b388de22ba280008a36a409a34c6 links-2.14.tar.bz2"
|
md5sums="0d11b388de22ba280008a36a409a34c6 links-2.14.tar.bz2"
|
||||||
sha256sums="f70d0678ef1c5550953bdc27b12e72d5de86e53b05dd59b0fc7f07c507f244b8 links-2.14.tar.bz2"
|
sha256sums="f70d0678ef1c5550953bdc27b12e72d5de86e53b05dd59b0fc7f07c507f244b8 links-2.14.tar.bz2"
|
||||||
|
Loading…
Reference in New Issue
Block a user