parent
8ca6fec389
commit
89600669cf
1 changed files with 18 additions and 0 deletions
18
srcpkgs/links/template
Normal file
18
srcpkgs/links/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'links'
|
||||
pkgname=links
|
||||
version=2.12
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-ssl --enable-graphics"
|
||||
makedepends="libpng-devel libjpeg-turbo tiff-devel bzip2-devel zlib-devel gpm-devel libressl-devel"
|
||||
short_desc="Graphics and text mode web browser, released under GPL"
|
||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://links.twibright.com/"
|
||||
distfiles="http://links.twibright.com/download/links-${version}.tar.gz"
|
||||
checksum=2e3da6193de9d6ee71bc4beab17169ecc58d7cbf2e20192a3f518ed9f7f22e33
|
||||
|
||||
post_install() {
|
||||
mkdir -p ${DESTDIR}/usr/share/doc/
|
||||
mv doc/ ${DESTDIR}/usr/share/doc/links
|
||||
}
|
Loading…
Reference in a new issue