
gnome-paint 0.4.0 pkgbuild
By: a guest on
Jan 4th, 2011 | syntax:
Bash | size: 0.64 KB | hits: 160 | expires: Never
# Contributor: CainĂ£ Costa <sryche@archlinux-br.org>
# Contributor: Feufochmar <guill.delacourt@gmail.com>
pkgname=gnome-paint
pkgver=0.4.0
pkgrel=1
pkgdesc="Gnome-paint is a simple, easy to use paint program for GNOME. It is inspired on MS-Paint."
arch=('i686' 'x86_64')
url="https://launchpad.net/gnome-paint"
license=('GPL')
depends=('gtk2')
source=("http://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz")
md5sums=('a6c71a0daf065f7bd238b59e598c5f30')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
make || return 1
make DESTDIR="$pkgdir/" install
}
# vim:set ts=2 sw=2 et: