summaryrefslogtreecommitdiffstats
path: root/test/surfraw/Pkgfile
blob: e48a5c76e09f9c112c58316ea9db3ef077b09bf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Description: interface en ligne de commande offrant une variété de moteurs de recherche populaires et autres puissants artefacts.
# 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
}