1 # Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
6 pkgdesc="A program for file comparing."
8 url="http://www.beesoft.org/index.php?id=beediff"
11 source=(http://www.beesoft.org/download/${pkgname}_${pkgver}_src.tar.gz \
14 md5sums=('be89d5d512920347ad04ef76dd8458a7'
15 'dde69ea8eb1607560bd934f51d32545c')
18 cd "${srcdir}/$pkgname"
22 install -D -m755 "$pkgname" "${pkgdir}/usr/bin/$pkgname" || return 1
23 install -D -m644 "img/$pkgname.png" "${pkgdir}/usr/share/pixmaps/$pkgname.png" || return 1
24 install -D -m644 "${srcdir}/$pkgname.desktop" "${pkgdir}/usr/share/applications/$pkgname.desktop" || return 1