New package: surfraw-2.2.9

This commit is contained in:
Evan Deaubl 2015-09-01 22:05:40 -05:00
parent 553ae62f17
commit 2f1d68f04c

19
srcpkgs/surfraw/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'surfraw'
pkgname=surfraw
version=2.2.9
revision=1
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"
depends="perl"
homepage="http://surfraw.alioth.debian.org/"
distfiles="http://surfraw.alioth.debian.org/dist/surfraw-${version}.tar.gz"
checksum="aa97d9ac24ca4299be39fcde562b98ed556b3bf5ee9a1ae497e0ce040bbcc4bb"
do_install() {
make PREFIX=/usr mandir=/usr/share/man DESTDIR=${DESTDIR} install
vlicense COPYING
}