# $Id: PKGBUILD 82459 2013-01-18 09:53:35Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Alexander Fehr pkgname=parcellite pkgver=1.1.3 pkgrel=1 pkgdesc="Lightweight GTK+ clipboard manager" arch=('i686' 'x86_64' 'mips64el') url="http://parcellite.sourceforge.net/" license=('GPL3') depends=('gtk2') makedepends=('intltool') source=(http://downloads.sourceforge.net/parcellite/parcellite-$pkgver.tar.gz) md5sums=('b1527b6590744fa28c322c2de14b4811') build() { cd "$srcdir/parcellite-$pkgver" ./configure --prefix=/usr --sysconfdir=/etc make make DESTDIR="$pkgdir" install make distclean }