PKGBUILDs/community/surfraw/PKGBUILD
2009-10-09 21:15:33 -05:00

22 lines
676 B
Bash

# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
# Maintainer: Jeff Mickey <jeff@archlinux.org>
pkgname=surfraw
pkgver=2.2.5
pkgrel=1
pkgdesc="Shell Users' Revolutionary Front Rage Against the Web"
arch=('i686' 'x86_64')
url="http://surfraw.alioth.debian.org/"
license=('custom')
source=(http://surfraw.alioth.debian.org/dist/surfraw-2.2.5.tar.gz)
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc
make || return 1
make DESTDIR=$startdir/pkg install
install -D -m644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
}
md5sums=('e33fb6fe23b1ff60095a103272500672')
sha1sums=('3da861c0a98a9d197e84a8995bc286ca4b885d62')