diff options
Diffstat (limited to 'extra/links/APKBUILD')
-rw-r--r-- | extra/links/APKBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/extra/links/APKBUILD b/extra/links/APKBUILD deleted file mode 100644 index 2d11cf9db..000000000 --- a/extra/links/APKBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=links -pkgver=2.2 -pkgrel=0 -pkgdesc="A text WWW browser, similar to Lynx" -url="http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/" -license="GPL" -subpackages="$pkgname-doc" -# the bzip2 lib is linked static so we dont need in depends -depends="zlib openssl" -makedepends="pkgconfig zlib-dev openssl-dev bzip2-dev" -source="http://$pkgname.twibright.com/download/$pkgname-$pkgver.tar.bz2" - -build () { - cd "$srcdir"/$pkgname-$pkgver - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --enable-javascript \ - --disable-graphics \ - --without-x \ - --disable-nls || return 1 - make || return 1 - make DESTDIR="$pkgdir" install || return 1 -} -md5sums="bf5b20529a2a811701c5af52b28ebdd4 links-2.2.tar.bz2" |