diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-27 22:01:03 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-27 22:01:03 +0100 |
commit | 67869a66910027fca7976ea63e1a14a7ca900756 (patch) | |
tree | 8b231e453f91514f01957525569dd43452f6271e /extra/surfraw/Pkgfile | |
parent | 1f17f7cab1909271ec5229cb7814d4e4f5594492 (diff) | |
parent | bc5c51ce9bf9a70c259a42b242d7468fcf2113e3 (diff) | |
download | nutyx-extra-67869a66910027fca7976ea63e1a14a7ca900756.tar.gz nutyx-extra-67869a66910027fca7976ea63e1a14a7ca900756.tar.bz2 nutyx-extra-67869a66910027fca7976ea63e1a14a7ca900756.tar.xz nutyx-extra-67869a66910027fca7976ea63e1a14a7ca900756.zip |
Merge commit 'skingrapher/master'
Diffstat (limited to 'extra/surfraw/Pkgfile')
-rw-r--r-- | extra/surfraw/Pkgfile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/surfraw/Pkgfile b/extra/surfraw/Pkgfile new file mode 100644 index 000000000..e154e3867 --- /dev/null +++ b/extra/surfraw/Pkgfile @@ -0,0 +1,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 +} |