summaryrefslogtreecommitdiffstats
path: root/extra/surfraw/Pkgfile
diff options
context:
space:
mode:
authorskingrapher <gandalf@aldebaran.(none)>2009-11-27 12:29:15 +0400
committerskingrapher <gandalf@aldebaran.(none)>2009-11-27 12:29:15 +0400
commit8c17058ea14ec5a5528848a391824e967df0c808 (patch)
treee1c7eedc0392c4ade1760569348f0a4212ef6bb6 /extra/surfraw/Pkgfile
parent68bcab953f8713e7854ff1f101161d95adfaac0e (diff)
downloadnutyx-pakxe-8c17058ea14ec5a5528848a391824e967df0c808.tar.gz
nutyx-pakxe-8c17058ea14ec5a5528848a391824e967df0c808.tar.bz2
nutyx-pakxe-8c17058ea14ec5a5528848a391824e967df0c808.tar.xz
nutyx-pakxe-8c17058ea14ec5a5528848a391824e967df0c808.zip
ajout de surfraw#2.2.6-1
Diffstat (limited to 'extra/surfraw/Pkgfile')
-rw-r--r--extra/surfraw/Pkgfile15
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
+}