blob: e154e3867ea852e94ec927bc0756bc0ca593d534 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Description: fast unix command line interface to a variety of popular search engines and other artifacts of power.
# URL: http://surfraw.sourceforge.net
# Maintainer: NuTyX core team
# Packager: skingrapher at legtux dot org
name=surfraw
version=2.2.6
release=1
source=(http://surfraw.alioth/debian.org/dist/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}
|