# Maintainer: Rafael Fontenelle pkgname=wyslij-po pkgver=3.2 pkgrel=1 pkgdesc="Submit PO files to the Translation Project" arch=('x86_64') url="https://puszcza.gnu.org.ua/software/wyslij-po/" license=('GPL') depends=('mailutils') source=(ftp://download.gnu.org.ua/pub/release/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}) sha1sums=('26cc5ace2839b653c3da4e71931909cf31ada420' 'SKIP') validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732') # Sergey Poznyakoff # To validate, see instructions at: # https://puszcza.gnu.org.ua/software/wyslij-po/download.html build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir/" install }