surfraw: update to 2.3.0.
This commit is contained in:
parent
1b9509ab7c
commit
567c8b9f67
1 changed files with 12 additions and 7 deletions
|
@ -1,19 +1,24 @@
|
|||
# Template file for 'surfraw'
|
||||
pkgname=surfraw
|
||||
version=2.2.9
|
||||
version=2.3.0
|
||||
revision=1
|
||||
_commit=8b7e1d1f4f63d07370953ffc3abe492f943c90a2
|
||||
wrksrc="Surfraw-surfraw-${version}-${_commit}"
|
||||
build_style=gnu-configure
|
||||
short_desc="Command line interface to variety of search engines"
|
||||
maintainer="Evan Deaubl <evan@deaubl.name>"
|
||||
license="Public Domain"
|
||||
noarch=yes
|
||||
hostmakedepends="perl"
|
||||
hostmakedepends="automake perl"
|
||||
depends="perl"
|
||||
homepage="http://surfraw.alioth.debian.org/"
|
||||
distfiles="http://surfraw.alioth.debian.org/dist/surfraw-${version}.tar.gz"
|
||||
checksum="aa97d9ac24ca4299be39fcde562b98ed556b3bf5ee9a1ae497e0ce040bbcc4bb"
|
||||
homepage="https://gitlab.com/surfraw/Surfraw"
|
||||
distfiles="https://gitlab.com/surfraw/Surfraw/repository/surfraw-${version}/archive.tar.gz"
|
||||
checksum=164b311b0b328b65f0c0fb32259cc6eab95d82d39a8d35203ca3ad2becafbc08
|
||||
|
||||
do_install() {
|
||||
make PREFIX=/usr mandir=/usr/share/man DESTDIR=${DESTDIR} install
|
||||
pre_configure() {
|
||||
./prebuild
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue