# Maintainer: Piotr Rogoza # Contributor: jurmcc # Contributor: Piotr Kujawski pkgname=ydpdict pkgver=1.0.4 pkgrel=1 pkgdesc="Interface for Polish-English Collins Dictionary" url="https://github.com/wojtekka/ydpdict" arch=('i686' 'x86_64') license=('GPL2' 'LGPL2.1') depends=(libydpdict libao ncurses) optdepends=(sox) backup=(etc/ydpdict.conf) source=("https://github.com/wojtekka/ydpdict/releases/download/$pkgver/ydpdict-$pkgver.tar.gz") sha256sums=('b0c5b638688a088c55621b8e13c0b9adfe1765a1daa7e0a01237f7869a6abf66') build() { cd "$srcdir"/$pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc make } package() { cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir" install }