You are not logged in.
Pages: 1
# $Id: PKGBUILD,v 1.0 2004/05/08 12:44:31 abaddon Exp $
# Maintainer: Abaddon <kukububu@go2.pl>
pkgname=scrot
pkgver=0.8
pkgrel=1
pkgdesc="Scrot is a commandline screen capture util like "import", but using imlib2."
url="http://linuxbrit.co.uk/scrot/"
depends=('imlib2' 'giblib')
source=(http://linuxbrit.co.uk/downloads/$pkgname-$pkgver.tar.gz)
md5sums=('ccae904d225609571bdd3b03445c1e88')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
Gnome - The weakest link!
Linux, *not* GNU/Linux!
Offline
Pages: 1